2013-09-06 20:46:15 +00:00
|
|
|
XfceHeading {
|
|
|
|
background-color: @theme_base_color;
|
|
|
|
background-image: none;
|
|
|
|
padding: 0;
|
|
|
|
border-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.xfce4-panel {
|
|
|
|
background-color: @panel_bg_color;
|
2013-10-04 15:33:26 +00:00
|
|
|
font: normal;
|
2013-09-06 20:46:15 +00:00
|
|
|
}
|
|
|
|
|
2013-09-10 11:29:48 +00:00
|
|
|
.xfce4-panel .button {
|
|
|
|
border-radius: 0;
|
2013-09-11 13:42:57 +00:00
|
|
|
padding: 1px;
|
2013-09-11 18:06:15 +00:00
|
|
|
color: @panel_fg_color;
|
2013-10-04 15:33:26 +00:00
|
|
|
border-width: 1px;
|
2013-09-10 11:29:48 +00:00
|
|
|
}
|
|
|
|
|
2013-09-06 20:46:15 +00:00
|
|
|
.xfce4-panel .button:active {
|
2013-09-07 10:31:23 +00:00
|
|
|
border-radius: 0;
|
2013-10-04 15:33:26 +00:00
|
|
|
border-color: shade(@panel_bg_color, 0.8);
|
|
|
|
background-color: shade(@panel_bg_color, 0.9);
|
2013-09-06 20:46:15 +00:00
|
|
|
background-image: none;
|
2013-09-07 10:31:23 +00:00
|
|
|
color: shade(@panel_fg_color, 1.08);
|
2013-10-04 15:33:26 +00:00
|
|
|
transition: none;
|
2013-09-06 20:46:15 +00:00
|
|
|
}
|
|
|
|
|
2013-09-10 11:29:48 +00:00
|
|
|
.xfce4-panel .button:hover,
|
|
|
|
.xfce4-panel .button:active:hover {
|
2013-10-04 15:33:26 +00:00
|
|
|
border-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
|
2013-09-07 10:31:23 +00:00
|
|
|
background-color: mix(@panel_bg_color, @panel_fg_color, 0.31);
|
2013-09-06 20:46:15 +00:00
|
|
|
background-image: none;
|
|
|
|
color: shade(@panel_fg_color, 1.08);
|
2013-10-04 15:33:26 +00:00
|
|
|
transition: none;
|
2014-01-31 01:05:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.xfce4-panel .menu {
|
|
|
|
-gtk-image-effect: none;
|
2014-01-29 12:40:51 +00:00
|
|
|
}
|