dijitcheckbox: don't remove borders, set tiny margin

master
Andrew Dolgov 6 years ago
parent 9d2caaefe7
commit 1369124fe0

@ -1744,7 +1744,7 @@ body#sharepopup input {
padding: 0px;
}
.flat .dijitCheckBox {
border: 0px;
margin: 1px;
}
.flat .dijitCheckBox:before {
font-family: "flat-icon";

@ -41,7 +41,7 @@
}
.dijitCheckBox {
border : 0px;
margin : 1px;
}
.dijitCheckBox:before {

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

Loading…
Cancel
Save