summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 20:50:03 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 20:50:03 +0300
commit1369124fe02c5ae1fad4837c6b1e5663715af40d (patch)
tree9d593358ed88f2ecf218b714861917fce7ffb665 /themes/night.css
parent9d2caaefe721e52f149a888f9be2bafc03b54e0c (diff)
dijitcheckbox: don't remove borders, set tiny margin
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/night.css b/themes/night.css
index 85d78dafd..413005a84 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1744,7 +1744,7 @@ body#sharepopup input {
padding: 0px;
}
.flat .dijitCheckBox {
- border: 0px;
+ margin: 1px;
}
.flat .dijitCheckBox:before {
font-family: "flat-icon";
@@ -1941,6 +1941,7 @@ body.flat.ttrss_main #content-insert .post .header {
}
body.flat.ttrss_main .dijitCheckBox:not(.dijitChecked)::before {
color: #999999;
+ background: #222222;
}
body.flat.ttrss_main .insensitive {
color: #999999;