1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-28 22:10:43 +00:00

remove icon and text-shadow from xfce-panel

This commit is contained in:
Horst3180 2016-03-31 23:44:09 +02:00
parent 1c27afbd4b
commit 435a5f71f3
7 changed files with 21 additions and 6 deletions

View File

@ -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);

View File

@ -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);

View File

@ -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);

View File

@ -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);

View File

@ -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);

View File

@ -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);

View File

@ -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);