mirror of https://github.com/daleclack/My_GtkUi
Fix display for dark theme
This commit is contained in:
parent
a120413071
commit
9fbfdfa51c
|
@ -8,15 +8,15 @@
|
|||
@import url("resource://org/gtk/daleclack/reset.css");
|
||||
|
||||
box{
|
||||
background-color:alpha(white,0.3);
|
||||
background-color:alpha(gray,0.3);
|
||||
}
|
||||
|
||||
separator{
|
||||
background-color:alpha(white,0.3);
|
||||
background-color:alpha(gray,0.3);
|
||||
}
|
||||
|
||||
button{
|
||||
color:white;
|
||||
color:gray;
|
||||
}
|
||||
|
||||
grid{
|
||||
|
|
|
@ -8,5 +8,9 @@
|
|||
@import url("resource://org/gtk/daleclack/reset.css");
|
||||
|
||||
box{
|
||||
background-color:alpha(white,0.7);
|
||||
background-color:alpha(gray,0.7);
|
||||
}
|
||||
|
||||
label{
|
||||
color:black;
|
||||
}
|
Loading…
Reference in New Issue