mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
remove icon and text-shadow from xfce-panel
This commit is contained in:
parent
1c27afbd4b
commit
435a5f71f3
@ -3259,7 +3259,9 @@ button.documents-favorite:active:hover {
|
||||
border-color: transparent; }
|
||||
|
||||
.xfce4-panel.panel {
|
||||
background-color: rgba(43, 46, 55, 0.95); }
|
||||
background-color: rgba(43, 46, 55, 0.95);
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none; }
|
||||
.xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
|
||||
color: #BAC3CF;
|
||||
background-color: rgba(43, 46, 55, 0);
|
||||
|
@ -3258,7 +3258,9 @@ button.documents-favorite:active:hover {
|
||||
border-color: transparent; }
|
||||
|
||||
.xfce4-panel.panel {
|
||||
background-color: rgba(43, 46, 55, 0.95); }
|
||||
background-color: rgba(43, 46, 55, 0.95);
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none; }
|
||||
.xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
|
||||
color: #BAC3CF;
|
||||
background-color: rgba(43, 46, 55, 0);
|
||||
|
@ -3259,7 +3259,9 @@ button.documents-favorite:active:hover {
|
||||
border-color: transparent; }
|
||||
|
||||
.xfce4-panel.panel {
|
||||
background-color: #2b2e37; }
|
||||
background-color: #2b2e37;
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none; }
|
||||
.xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
|
||||
color: #BAC3CF;
|
||||
background-color: rgba(43, 46, 55, 0);
|
||||
|
@ -3258,7 +3258,9 @@ button.documents-favorite:active:hover {
|
||||
border-color: transparent; }
|
||||
|
||||
.xfce4-panel.panel {
|
||||
background-color: #2b2e37; }
|
||||
background-color: #2b2e37;
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none; }
|
||||
.xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
|
||||
color: #BAC3CF;
|
||||
background-color: rgba(43, 46, 55, 0);
|
||||
|
@ -3262,7 +3262,9 @@ button.documents-favorite:active:hover {
|
||||
border-color: transparent; }
|
||||
|
||||
.xfce4-panel.panel {
|
||||
background-color: #2b2e37; }
|
||||
background-color: #2b2e37;
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none; }
|
||||
.xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
|
||||
color: #BAC3CF;
|
||||
background-color: rgba(43, 46, 55, 0);
|
||||
|
@ -3262,7 +3262,9 @@ button.documents-favorite:active:hover {
|
||||
border-color: transparent; }
|
||||
|
||||
.xfce4-panel.panel {
|
||||
background-color: rgba(43, 46, 55, 0.95); }
|
||||
background-color: rgba(43, 46, 55, 0.95);
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none; }
|
||||
.xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
|
||||
color: #BAC3CF;
|
||||
background-color: rgba(43, 46, 55, 0);
|
||||
|
@ -499,6 +499,9 @@ button.documents-favorite:active:hover {
|
||||
.xfce4-panel.panel {
|
||||
background-color: $panel_bg;
|
||||
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
|
||||
button.flat {
|
||||
color: $panel_fg;
|
||||
background-color: transparentize($panel_bg, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user