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:
@@ -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
@@ -155,6 +155,7 @@ body.flat.ttrss_main {
|
||||
|
||||
.dijitCheckBox:not(.dijitChecked)::before {
|
||||
color : @fg-insensitive;
|
||||
background: @bg-panel;
|
||||
}
|
||||
|
||||
.insensitive {
|
||||
|
||||
Reference in New Issue
Block a user