Ver 1.0
This commit is contained in:
parent
b6b87d5aed
commit
9c72a71585
3546 changed files with 18655 additions and 0 deletions
38
Ressources/package/gtk-theme/source/diinki-aero/gtk-3.0/apps/xfce.css
Executable file
38
Ressources/package/gtk-theme/source/diinki-aero/gtk-3.0/apps/xfce.css
Executable file
|
|
@ -0,0 +1,38 @@
|
|||
XfceHeading {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border-width: 0;
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.xfce4-panel {
|
||||
background-color: @panel_bg_color;
|
||||
color: @panel_fg_color;
|
||||
font: normal;
|
||||
}
|
||||
|
||||
.xfce4-panel .button {
|
||||
padding: 0 2px;
|
||||
border-radius: 0;
|
||||
border-style: none;
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
.xfce4-panel .button:active {
|
||||
background-color: shade(@panel_bg_color, 0.8);
|
||||
background-image: none;
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
.xfce4-panel .button:hover,
|
||||
.xfce4-panel .button:active:hover {
|
||||
background-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
|
||||
background-image: none;
|
||||
color: shade(@panel_fg_color, 1.08);
|
||||
}
|
||||
|
||||
.xfce4-panel .menu {
|
||||
-gtk-image-effect: none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue