52 lines
1.0 KiB
CSS
Executable File
52 lines
1.0 KiB
CSS
Executable File
XfceHeading {
|
|
background-color: @theme_base_color;
|
|
background-image: none;
|
|
padding: 0;
|
|
border-width: 0;
|
|
}
|
|
|
|
.xfce4-panel {
|
|
background-color: @panel_bg_color;
|
|
color: @theme_base_color;
|
|
}
|
|
|
|
.xfce4-panel .button {
|
|
border-width: 0;
|
|
border-radius: 0;
|
|
background-color: alpha(@panel_bg_color, 0.9);
|
|
background-image: none;
|
|
color: @theme_base_color;
|
|
}
|
|
|
|
.xfce4-panel .button:active,
|
|
.xfce4-panel .button:selected,
|
|
.xfce4-panel .button:active:hover,
|
|
.xfce4-panel .button:selected:hover {
|
|
border-width: 0;
|
|
border-radius: 0;
|
|
background-color: @theme_selected_bg_color;
|
|
background-image: none;
|
|
color: @base_color;
|
|
}
|
|
|
|
.xfce4-panel .button:hover {
|
|
background-color: @theme_selected_bg_color;
|
|
background-image: none;
|
|
color: @base_color;
|
|
}
|
|
|
|
/* menu-styling, e.g. for indicators */
|
|
.xfce4-panel .menu,
|
|
.xfce4-panel .menu GtkLabel,
|
|
.xfce4-panel .menu GtkImage {
|
|
|
|
}
|
|
|
|
.xfce4-panel .menu *:hover {
|
|
}
|
|
|
|
.xfce4-panel .menu GtkLabel:hover,
|
|
.xfce4-panel .menu GtkImage:hover {
|
|
|
|
}
|