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