mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 07:00:53 +00:00
theme: fix foreground
This commit is contained in:
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
/* development styles */
|
/* development styles */
|
||||||
window.development-version headerbar {
|
window.development-version headerbar {
|
||||||
background: transparent -gtk-icontheme("system-run-symbolic") 80% 0/128px 128px no-repeat,
|
background: transparent -gtk-icontheme("system-run-symbolic") 80% 0/128px 128px no-repeat,
|
||||||
@ -7,7 +6,3 @@ window.development-version headerbar {
|
|||||||
@theme_bg_color 25%);
|
@theme_bg_color 25%);
|
||||||
color: alpha(@theme_fg_color, 0.2);
|
color: alpha(@theme_fg_color, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
window.development-version headerbar label {
|
|
||||||
color: @theme_fg_color;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user