1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

fix xfce panel buttons

This commit is contained in:
Horst3180 2016-03-23 22:30:47 +01:00
parent d8164494a8
commit 77ac8008b1
7 changed files with 27 additions and 20 deletions

View File

@ -3125,14 +3125,15 @@ button.documents-favorite:active:hover {
.xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
color: #BAC3CF;
background-color: rgba(43, 46, 55, 0);
border-radius: 0; }
border-radius: 0;
border: none; }
.xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
border: none;
background-color: rgba(65, 70, 84, 0.95); }
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
color: #5294E2;
color: #ffffff;
border: none;
background-color: rgba(27, 29, 35, 0.95); }
background-color: #5294E2; }
.floating-bar {
padding: 1px;

View File

@ -3124,14 +3124,15 @@ button.documents-favorite:active:hover {
.xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
color: #BAC3CF;
background-color: rgba(43, 46, 55, 0);
border-radius: 0; }
border-radius: 0;
border: none; }
.xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
border: none;
background-color: rgba(65, 70, 84, 0.95); }
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
color: #5294E2;
color: #ffffff;
border: none;
background-color: rgba(27, 29, 35, 0.95); }
background-color: #5294E2; }
.floating-bar {
padding: 1px;

View File

@ -3125,14 +3125,15 @@ button.documents-favorite:active:hover {
.xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
color: #BAC3CF;
background-color: rgba(43, 46, 55, 0);
border-radius: 0; }
border-radius: 0;
border: none; }
.xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
border: none;
background-color: #414654; }
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
color: #5294E2;
color: #ffffff;
border: none;
background-color: #1b1d23; }
background-color: #5294E2; }
.floating-bar {
padding: 1px;

View File

@ -3124,14 +3124,15 @@ button.documents-favorite:active:hover {
.xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
color: #BAC3CF;
background-color: rgba(43, 46, 55, 0);
border-radius: 0; }
border-radius: 0;
border: none; }
.xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
border: none;
background-color: #414654; }
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
color: #5294E2;
color: #ffffff;
border: none;
background-color: #1b1d23; }
background-color: #5294E2; }
.floating-bar {
padding: 1px;

View File

@ -3128,14 +3128,15 @@ button.documents-favorite:active:hover {
.xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
color: #BAC3CF;
background-color: rgba(43, 46, 55, 0);
border-radius: 0; }
border-radius: 0;
border: none; }
.xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
border: none;
background-color: #414654; }
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
color: #5294E2;
color: #ffffff;
border: none;
background-color: #1b1d23; }
background-color: #5294E2; }
.floating-bar {
padding: 1px;

View File

@ -3128,14 +3128,15 @@ button.documents-favorite:active:hover {
.xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
color: #BAC3CF;
background-color: rgba(43, 46, 55, 0);
border-radius: 0; }
border-radius: 0;
border: none; }
.xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
border: none;
background-color: rgba(65, 70, 84, 0.95); }
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
color: #5294E2;
color: #ffffff;
border: none;
background-color: rgba(27, 29, 35, 0.95); }
background-color: #5294E2; }
.floating-bar {
padding: 1px;

View File

@ -409,15 +409,16 @@ button.documents-favorite:active:hover {
color: $panel_fg;
background-color: transparentize($panel_bg, 1);
border-radius: 0;
border: none;
&:hover {
border: none;
background-color: lighten($panel_bg, 10%);
}
&:active, &:checked {
color: $selected_bg_color;
color: $selected_fg_color;
border: none;
background-color: darken($panel_bg, 7%);
background-color: $selected_bg_color;
}
}
}