On the catalog, it allows dialogs to be correctly themed as it didn't have the same stylesheets. Fix #919.
29 lines
506 B
CSS
29 lines
506 B
CSS
/* general */
|
|
:root.yotsuba-b .dialog {
|
|
background-color: #D6DAF0;
|
|
border-color: #B7C5D9;
|
|
}
|
|
|
|
/* Header */
|
|
:root.yotsuba-b #header-bar {
|
|
font-size: 9pt;
|
|
color: #89A;
|
|
}
|
|
:root.yotsuba-b #header-bar a {
|
|
color: #34345C;
|
|
}
|
|
|
|
/* quote */
|
|
:root.yotsuba-b .inline {
|
|
border-color: #B7C5D9;
|
|
background-color: rgba(255, 255, 255, .14);
|
|
}
|
|
|
|
/* Menu */
|
|
:root.yotsuba-b .entry:not(:last-child) {
|
|
border-bottom: 1px solid #B7C5D9;
|
|
}
|
|
:root.yotsuba-b .focused.entry {
|
|
background: rgba(255, 255, 255, .33);
|
|
}
|