mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:25:57 +00:00
replace some theme-specific variables with global variables
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
}
|
||||
|
||||
.dijitCheckBox.dijitCheckBoxChecked {
|
||||
background-color : #69C671;
|
||||
background-color : @color-checked;
|
||||
border-color : darken(@color-checked, 10%);
|
||||
}
|
||||
|
||||
.dijitMenu .dijitMenuItem .dijitMenuItemLabel {
|
||||
|
||||
Reference in New Issue
Block a user