You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
2.3 KiB

/********************************************
****** Headerbar Window Button Images ******
********************************************/
PanelToplevel,
PanelWidget,
PanelApplet,
#tasklist-button,
#tasklist-button:backdrop {
color: #E3E6EA;
outline-width: 0px;
outline-color: rgba(243, 243, 245, 0.3);
/*background-image: linear-gradient(to bottom, #4f5053, #343436);*/
text-shadow: 0 1px rgba(0, 0, 0, 0.7);
-gtk-icon-shadow: 0 1px rgba(0, 0, 0, 0.7); }
#tasklist-button:hover,
#tasklist-button:backdrop:hover {
color: white;
outline-width: 0px;
outline-color: rgba(243, 244, 245, 0.3);
/*background-image: linear-gradient(to bottom, #5e6064, #393A3B);*/
background-image: rgba(0, 0, 0, 0.75);
text-shadow: 0 1px rgba(0, 0, 0, 0.7);
-gtk-icon-shadow: 0 1px rgba(0, 0, 0, 0.7); }
#tasklist-button:active, #tasklist-button:active:hover, #tasklist-button:checked, #tasklist-button:checked:hover,
#tasklist-button:backdrop:active,
#tasklist-button:backdrop:active:hover,
#tasklist-button:backdrop:checked,
#tasklist-button:backdrop:checked:hover {
color: white;
outline-width: 0px;
outline-color: rgba(255, 255, 255, 0.3);
/*background-image: linear-gradient(to bottom, #242525, #37383A);*/
background-image: rgba(0, 0, 0, 0.75);
text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
-gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.4);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
border-image: none;
/***border-image: rgba(30, 128, 132, 0.64);***/
border-width: 3px;
border-radius: 5.5px;
-gtk-icon-shadow: none;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5), inset 1px 0 rgba(0, 0, 0, 0.6), inset -1px 0 rgba(0, 0, 0, 0.6), inset 0 1px rgba(0, 0, 0, 0.9), inset 0 -1px rgba(0, 0, 0, 0.65); }
#tasklist-button,
#tasklist-button:backdrop, #tasklist-button:hover,
#tasklist-button:backdrop:hover, .budgie-panel button#tasklist-button {
border-image: none;
/***background-image: rgba(0, 0, 0, 0.75);***/
border-width: 3px;
border-radius: 5px;
outline-width: 0px;
-gtk-icon-shadow: none;
box-shadow: inset -2px 0 rgba(255, 255, 255, 0.05), inset 2px 0 rgba(255, 255, 255, 0.05), inset 0 2px rgba(255, 255, 255, 0.12), inset 0 1px rgba(0, 0, 0, 0.6), inset 0 -1px rgba(0, 0, 0, 0.8), inset 1px 0 rgba(0, 0, 0, 0.6), inset -1px 0 rgba(0, 0, 0, 0.6); }