summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-09 21:17:50 +0300
committerAndrew Dolgov <[email protected]>2018-12-09 21:17:50 +0300
commit1c8593c1fa68cd5287c975bb8ef96efce4edbbab (patch)
tree19deb4ac6fbbfe70f13611323c40bc0da65acb23 /css/default.css
parenta5813bb76699978fcaf7909796b1fbd953a4975b (diff)
add hotkey (a N) to toggle night.css
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/css/default.css b/css/default.css
index 03a0fe5f2..b27a3c5ea 100644
--- a/css/default.css
+++ b/css/default.css
@@ -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;