dijitcheckbox: don't remove borders, set tiny margin
This commit is contained in:
parent
9d2caaefe7
commit
1369124fe0
|
@ -1744,7 +1744,7 @@ body#sharepopup input {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
.flat .dijitCheckBox {
|
.flat .dijitCheckBox {
|
||||||
border: 0px;
|
margin: 1px;
|
||||||
}
|
}
|
||||||
.flat .dijitCheckBox:before {
|
.flat .dijitCheckBox:before {
|
||||||
font-family: "flat-icon";
|
font-family: "flat-icon";
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.dijitCheckBox {
|
.dijitCheckBox {
|
||||||
border : 0px;
|
margin : 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dijitCheckBox:before {
|
.dijitCheckBox:before {
|
||||||
|
|
|
@ -1744,7 +1744,7 @@ body#sharepopup input {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
.flat .dijitCheckBox {
|
.flat .dijitCheckBox {
|
||||||
border: 0px;
|
margin: 1px;
|
||||||
}
|
}
|
||||||
.flat .dijitCheckBox:before {
|
.flat .dijitCheckBox:before {
|
||||||
font-family: "flat-icon";
|
font-family: "flat-icon";
|
||||||
|
@ -1941,6 +1941,7 @@ body.flat.ttrss_main #content-insert .post .header {
|
||||||
}
|
}
|
||||||
body.flat.ttrss_main .dijitCheckBox:not(.dijitChecked)::before {
|
body.flat.ttrss_main .dijitCheckBox:not(.dijitChecked)::before {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
|
background: #222222;
|
||||||
}
|
}
|
||||||
body.flat.ttrss_main .insensitive {
|
body.flat.ttrss_main .insensitive {
|
||||||
color: #999999;
|
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 {
|
.dijitCheckBox:not(.dijitChecked)::before {
|
||||||
color : @fg-insensitive;
|
color : @fg-insensitive;
|
||||||
|
background: @bg-panel;
|
||||||
}
|
}
|
||||||
|
|
||||||
.insensitive {
|
.insensitive {
|
||||||
|
|
Loading…
Reference in New Issue