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; padding: 0px;
} }
.flat .dijitCheckBox { .flat .dijitCheckBox {
border: 0px; margin: 1px;
} }
.flat .dijitCheckBox:before { .flat .dijitCheckBox:before {
font-family: "flat-icon"; font-family: "flat-icon";

View File

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

View File

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

View File

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