1
0
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:
Andrew Dolgov
2018-12-09 09:40:53 +03:00
parent d4f9384d66
commit 4142f63e10
9 changed files with 148 additions and 157 deletions

View File

@@ -28,7 +28,8 @@
}
.dijitCheckBox.dijitCheckBoxChecked {
background-color : #69C671;
background-color : @color-checked;
border-color : darken(@color-checked, 10%);
}
.dijitMenu .dijitMenuItem .dijitMenuItemLabel {