On the catalog, it allows dialogs to be correctly themed as it didn't have the same stylesheets. Fix #919.
29 lines
482 B
CSS
29 lines
482 B
CSS
/* general */
|
|
:root.tomorrow .dialog {
|
|
background-color: #282A2E;
|
|
border-color: #111;
|
|
}
|
|
|
|
/* Header */
|
|
:root.tomorrow #header-bar {
|
|
font-size: 9pt;
|
|
color: #C5C8C6;
|
|
}
|
|
:root.tomorrow #header-bar a {
|
|
color: #81A2BE;
|
|
}
|
|
|
|
/* quote */
|
|
:root.tomorrow .inline {
|
|
border-color: #111;
|
|
background-color: rgba(0, 0, 0, .14);
|
|
}
|
|
|
|
/* Menu */
|
|
:root.tomorrow .entry:not(:last-child) {
|
|
border-bottom: 1px solid #111;
|
|
}
|
|
:root.tomorrow .focused.entry {
|
|
background: rgba(0, 0, 0, .33);
|
|
}
|