mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-26 22:01:28 +00:00
add hotkey (a N) to toggle night.css
This commit is contained in:
@@ -1831,6 +1831,11 @@ body#sharepopup input {
|
||||
.flat label.dijitButton:hover {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.flat .dijitTree .dijitTreeNode .dijitTreeRow {
|
||||
padding: 4px 0px 4px;
|
||||
border-width: 1px;
|
||||
color: #555555;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Material Icons';
|
||||
font-style: normal;
|
||||
@@ -1873,11 +1878,6 @@ body#sharepopup input {
|
||||
.flat .dijitCheckBox {
|
||||
background: #ccc;
|
||||
}
|
||||
.flat .dijitTree .dijitTreeNode .dijitTreeRow {
|
||||
padding: 4px 0px 4px;
|
||||
border-width: 1px;
|
||||
color: #333;
|
||||
}
|
||||
body.ttrss_zoom {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -132,4 +132,13 @@
|
||||
label.dijitButton:hover {
|
||||
background-color : @color-panel-bg;
|
||||
}
|
||||
|
||||
.dijitTree {
|
||||
.dijitTreeNode .dijitTreeRow {
|
||||
padding : 4px 0px 4px;
|
||||
border-width : 1px;
|
||||
color : @default-text;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@@ -11,12 +11,4 @@
|
||||
.dijitCheckBox {
|
||||
background : #ccc;
|
||||
}
|
||||
|
||||
.dijitTree {
|
||||
.dijitTreeNode .dijitTreeRow {
|
||||
padding : 4px 0px 4px;
|
||||
border-width : 1px;
|
||||
color : #333;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user