Codebase list greybird-gtk-theme / 4d496ef
Prepare for Gtk3 xfce4-panel Simon Steinbeiss 7 years ago
2 changed file(s) with 9 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
1111 text-shadow: 0px 1px $shadow_color;
1212 }
1313
14 .xfce4-panel {
14 .xfce4-panel.background {
1515 background-color: shade($panel_bg_color, 0.35);
1616 color: $panel_fg_color;
1717 font-weight: normal;
43064306 color: #212121;
43074307 text-shadow: 0px 1px rgba(0, 0, 0, 0.1); }
43084308
4309 .xfce4-panel {
4309 .xfce4-panel.background {
43104310 background-color: shade(#686868, 0.35);
43114311 color: #fcfcfc;
43124312 font-weight: normal; }
4313 .xfce4-panel button {
4313 .xfce4-panel.background button {
43144314 background-image: none;
43154315 background-color: transparent;
43164316 border-radius: 0;
43194319 padding: 0 1px;
43204320 color: #fcfcfc;
43214321 text-shadow: 0px 1px rgba(0, 0, 0, 0.1); }
4322 .xfce4-panel button:active, .xfce4-panel button:checked {
4322 .xfce4-panel.background button:active, .xfce4-panel.background button:checked {
43234323 background-image: none;
43244324 background-color: shade(#686868, 0.7);
43254325 border-color: shade(#686868, 0.6);
43264326 color: #fcfcfc;
43274327 transition: none; }
4328 .xfce4-panel button:hover, .xfce4-panel button:active:hover, .xfce4-panel button:checked:hover {
4328 .xfce4-panel.background button:hover, .xfce4-panel.background button:active:hover, .xfce4-panel.background button:checked:hover {
43294329 border-color: shade(#398ee7, 0.6);
43304330 background-image: linear-gradient(to bottom, shade(#398ee7, 0.88), shade(#398ee7, 0.85));
43314331 color: #fcfcfc;
43324332 box-shadow: inset 0 -1px alpha(white,0), inset 1px 0 alpha(white,0.15), inset -1px 0 alpha(white,0.15), inset 0 1px alpha(white,0.15);
43334333 transition: none; }
4334 .xfce4-panel menu {
4334 .xfce4-panel.background menu {
43354335 -gtk-icon-effect: none;
43364336 text-shadow: none; }
43374337
43404340 color: #fcfcfc;
43414341 border-color: shade(#686868, 0.6); }
43424342 #XfceNotifyWindow button {
4343 background-image: none;
43434344 border-color: shade(#fcfcfc, 0.35);
4344 border-radius: 3px; }
4345 border-radius: 3px;
4346 box-shadow: none; }
43454347 #XfceNotifyWindow label#summary {
43464348 font-weight: bold; }
43474349 #XfceNotifyWindow progressbar {