mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
fix active panel buttons
This commit is contained in:
parent
5d8c7d7eb7
commit
7b67aaf107
@ -429,6 +429,7 @@ PanelApplet .button:hover {
|
|||||||
|
|
||||||
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
||||||
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
||||||
|
background-clip: padding-box;
|
||||||
color: $selected_fg_color;
|
color: $selected_fg_color;
|
||||||
background-color: transparentize(black, 0.75);
|
background-color: transparentize(black, 0.75);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
@ -2748,6 +2748,7 @@ PanelApplet .button:hover {
|
|||||||
|
|
||||||
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
||||||
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
||||||
|
background-clip: padding-box;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: rgba(0, 0, 0, 0.25);
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
@ -2749,6 +2749,7 @@ PanelApplet .button:hover {
|
|||||||
|
|
||||||
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
||||||
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
||||||
|
background-clip: padding-box;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: rgba(0, 0, 0, 0.25);
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
@ -2748,6 +2748,7 @@ PanelApplet .button:hover {
|
|||||||
|
|
||||||
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
||||||
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
||||||
|
background-clip: padding-box;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: rgba(0, 0, 0, 0.25);
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
@ -2749,6 +2749,7 @@ PanelApplet .button:hover {
|
|||||||
|
|
||||||
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
||||||
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
||||||
|
background-clip: padding-box;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: rgba(0, 0, 0, 0.25);
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
@ -2748,6 +2748,7 @@ PanelApplet .button:hover {
|
|||||||
|
|
||||||
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
||||||
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
||||||
|
background-clip: padding-box;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: rgba(0, 0, 0, 0.25);
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
@ -2748,6 +2748,7 @@ PanelApplet .button:hover {
|
|||||||
|
|
||||||
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
||||||
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
||||||
|
background-clip: padding-box;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: rgba(0, 0, 0, 0.25);
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
@ -473,6 +473,7 @@ PanelApplet .button:hover {
|
|||||||
|
|
||||||
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
||||||
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
||||||
|
background-clip: padding-box;
|
||||||
color: $selected_fg_color;
|
color: $selected_fg_color;
|
||||||
background-color: transparentize(black, 0.75);
|
background-color: transparentize(black, 0.75);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
@ -2714,6 +2714,7 @@ PanelApplet .button:hover {
|
|||||||
|
|
||||||
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
||||||
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
||||||
|
background-clip: padding-box;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: rgba(0, 0, 0, 0.25);
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
@ -2715,6 +2715,7 @@ PanelApplet .button:hover {
|
|||||||
|
|
||||||
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
||||||
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
||||||
|
background-clip: padding-box;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: rgba(0, 0, 0, 0.25);
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
@ -2714,6 +2714,7 @@ PanelApplet .button:hover {
|
|||||||
|
|
||||||
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
||||||
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
||||||
|
background-clip: padding-box;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: rgba(0, 0, 0, 0.25);
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
@ -2715,6 +2715,7 @@ PanelApplet .button:hover {
|
|||||||
|
|
||||||
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
||||||
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
||||||
|
background-clip: padding-box;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: rgba(0, 0, 0, 0.25);
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
@ -2714,6 +2714,7 @@ PanelApplet .button:hover {
|
|||||||
|
|
||||||
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
||||||
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
||||||
|
background-clip: padding-box;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: rgba(0, 0, 0, 0.25);
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
@ -2714,6 +2714,7 @@ PanelApplet .button:hover {
|
|||||||
|
|
||||||
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
PanelApplet .button:active, PanelApplet .button:active:backdrop,
|
||||||
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
|
||||||
|
background-clip: padding-box;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: rgba(0, 0, 0, 0.25);
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user