1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:45:56 +00:00

dijitcheckbox: don't remove borders, set tiny margin

This commit is contained in:
Andrew Dolgov
2018-12-07 20:50:03 +03:00
parent 9d2caaefe7
commit 1369124fe0
5 changed files with 6 additions and 4 deletions

View File

@@ -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;

File diff suppressed because one or more lines are too long

View File

@@ -155,6 +155,7 @@ body.flat.ttrss_main {
.dijitCheckBox:not(.dijitChecked)::before {
color : @fg-insensitive;
background: @bg-panel;
}
.insensitive {