mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
3.20: add mate-panel support (#524)
This commit is contained in:
parent
c59e323f2a
commit
c6262bb98d
@ -3389,22 +3389,79 @@ button.documents-favorite:active:hover {
|
|||||||
.tr-workarea overshoot {
|
.tr-workarea overshoot {
|
||||||
border-color: transparent; }
|
border-color: transparent; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar, .gnome-panel-menu-bar menubar,
|
||||||
|
.mate-panel-menu-bar,
|
||||||
|
.mate-panel-menu-bar menubar {
|
||||||
|
background-color: rgba(43, 46, 55, 0.95); }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar menubar,
|
||||||
|
.gnome-panel-menu-bar #PanelApplet label,
|
||||||
|
.gnome-panel-menu-bar #PanelApplet image,
|
||||||
|
.mate-panel-menu-bar menubar,
|
||||||
|
.mate-panel-menu-bar #PanelApplet label,
|
||||||
|
.mate-panel-menu-bar #PanelApplet image {
|
||||||
|
color: #BAC3CF; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar button label, .gnome-panel-menu-bar button image,
|
||||||
|
.gnome-panel-menu-bar #tasklist-button label,
|
||||||
|
.gnome-panel-menu-bar #tasklist-button image,
|
||||||
|
.mate-panel-menu-bar button label,
|
||||||
|
.mate-panel-menu-bar button image,
|
||||||
|
.mate-panel-menu-bar #tasklist-button label,
|
||||||
|
.mate-panel-menu-bar #tasklist-button image {
|
||||||
|
color: inherit; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar .wnck-pager,
|
||||||
|
.mate-panel-menu-bar .wnck-pager {
|
||||||
|
color: #5d6268;
|
||||||
|
background-color: rgba(20, 22, 27, 0.95); }
|
||||||
|
.gnome-panel-menu-bar .wnck-pager:hover,
|
||||||
|
.mate-panel-menu-bar .wnck-pager:hover {
|
||||||
|
background-color: rgba(54, 58, 70, 0.95); }
|
||||||
|
.gnome-panel-menu-bar .wnck-pager:selected,
|
||||||
|
.mate-panel-menu-bar .wnck-pager:selected {
|
||||||
|
color: #a9caf1;
|
||||||
|
background-color: #5294E2; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar na-tray-applet,
|
||||||
|
.mate-panel-menu-bar na-tray-applet {
|
||||||
|
-NaTrayApplet-icon-padding: 0;
|
||||||
|
-NaTrayApplet-icon-size: 16px; }
|
||||||
|
|
||||||
.xfce4-panel.panel {
|
.xfce4-panel.panel {
|
||||||
background-color: rgba(43, 46, 55, 0.95);
|
background-color: rgba(43, 46, 55, 0.95);
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
-gtk-icon-shadow: none; }
|
-gtk-icon-shadow: none; }
|
||||||
.xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
|
|
||||||
color: #BAC3CF;
|
#tasklist-button {
|
||||||
background-color: rgba(43, 46, 55, 0);
|
color: rgba(186, 195, 207, 0.8);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: none; }
|
border: none;
|
||||||
.xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
|
background-color: rgba(43, 46, 55, 0); }
|
||||||
border: none;
|
#tasklist-button:hover {
|
||||||
background-color: rgba(65, 70, 84, 0.95); }
|
color: #d8dde4;
|
||||||
.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 {
|
background-color: rgba(0, 0, 0, 0.17); }
|
||||||
color: #ffffff;
|
#tasklist-button:checked {
|
||||||
border: none;
|
color: #ffffff;
|
||||||
background-color: #5294E2; }
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
|
box-shadow: inset 0 -2px #5294E2; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar button:not(#tasklist-button),
|
||||||
|
.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
|
||||||
|
color: #BAC3CF;
|
||||||
|
border-radius: 0;
|
||||||
|
border: none;
|
||||||
|
background-color: rgba(43, 46, 55, 0); }
|
||||||
|
.gnome-panel-menu-bar button:hover:not(#tasklist-button),
|
||||||
|
.mate-panel-menu-bar button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
|
||||||
|
border: none;
|
||||||
|
background-color: rgba(65, 70, 84, 0.95); }
|
||||||
|
.gnome-panel-menu-bar button:active:not(#tasklist-button),
|
||||||
|
.mate-panel-menu-bar button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button),
|
||||||
|
.mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
|
||||||
|
color: #ffffff;
|
||||||
|
border: none;
|
||||||
|
background-color: #5294E2; }
|
||||||
|
|
||||||
.nautilus-window .floating-bar {
|
.nautilus-window .floating-bar {
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
|
@ -3387,22 +3387,79 @@ button.documents-favorite:active:hover {
|
|||||||
.tr-workarea overshoot {
|
.tr-workarea overshoot {
|
||||||
border-color: transparent; }
|
border-color: transparent; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar, .gnome-panel-menu-bar menubar,
|
||||||
|
.mate-panel-menu-bar,
|
||||||
|
.mate-panel-menu-bar menubar {
|
||||||
|
background-color: rgba(43, 46, 55, 0.95); }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar menubar,
|
||||||
|
.gnome-panel-menu-bar #PanelApplet label,
|
||||||
|
.gnome-panel-menu-bar #PanelApplet image,
|
||||||
|
.mate-panel-menu-bar menubar,
|
||||||
|
.mate-panel-menu-bar #PanelApplet label,
|
||||||
|
.mate-panel-menu-bar #PanelApplet image {
|
||||||
|
color: #BAC3CF; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar button label, .gnome-panel-menu-bar button image,
|
||||||
|
.gnome-panel-menu-bar #tasklist-button label,
|
||||||
|
.gnome-panel-menu-bar #tasklist-button image,
|
||||||
|
.mate-panel-menu-bar button label,
|
||||||
|
.mate-panel-menu-bar button image,
|
||||||
|
.mate-panel-menu-bar #tasklist-button label,
|
||||||
|
.mate-panel-menu-bar #tasklist-button image {
|
||||||
|
color: inherit; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar .wnck-pager,
|
||||||
|
.mate-panel-menu-bar .wnck-pager {
|
||||||
|
color: #5d6268;
|
||||||
|
background-color: rgba(20, 22, 27, 0.95); }
|
||||||
|
.gnome-panel-menu-bar .wnck-pager:hover,
|
||||||
|
.mate-panel-menu-bar .wnck-pager:hover {
|
||||||
|
background-color: rgba(54, 58, 70, 0.95); }
|
||||||
|
.gnome-panel-menu-bar .wnck-pager:selected,
|
||||||
|
.mate-panel-menu-bar .wnck-pager:selected {
|
||||||
|
color: #a9caf1;
|
||||||
|
background-color: #5294E2; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar na-tray-applet,
|
||||||
|
.mate-panel-menu-bar na-tray-applet {
|
||||||
|
-NaTrayApplet-icon-padding: 0;
|
||||||
|
-NaTrayApplet-icon-size: 16px; }
|
||||||
|
|
||||||
.xfce4-panel.panel {
|
.xfce4-panel.panel {
|
||||||
background-color: rgba(43, 46, 55, 0.95);
|
background-color: rgba(43, 46, 55, 0.95);
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
-gtk-icon-shadow: none; }
|
-gtk-icon-shadow: none; }
|
||||||
.xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
|
|
||||||
color: #BAC3CF;
|
#tasklist-button {
|
||||||
background-color: rgba(43, 46, 55, 0);
|
color: rgba(186, 195, 207, 0.8);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: none; }
|
border: none;
|
||||||
.xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
|
background-color: rgba(43, 46, 55, 0); }
|
||||||
border: none;
|
#tasklist-button:hover {
|
||||||
background-color: rgba(65, 70, 84, 0.95); }
|
color: #d8dde4;
|
||||||
.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 {
|
background-color: rgba(0, 0, 0, 0.17); }
|
||||||
color: #ffffff;
|
#tasklist-button:checked {
|
||||||
border: none;
|
color: #ffffff;
|
||||||
background-color: #5294E2; }
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
|
box-shadow: inset 0 -2px #5294E2; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar button:not(#tasklist-button),
|
||||||
|
.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
|
||||||
|
color: #BAC3CF;
|
||||||
|
border-radius: 0;
|
||||||
|
border: none;
|
||||||
|
background-color: rgba(43, 46, 55, 0); }
|
||||||
|
.gnome-panel-menu-bar button:hover:not(#tasklist-button),
|
||||||
|
.mate-panel-menu-bar button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
|
||||||
|
border: none;
|
||||||
|
background-color: rgba(65, 70, 84, 0.95); }
|
||||||
|
.gnome-panel-menu-bar button:active:not(#tasklist-button),
|
||||||
|
.mate-panel-menu-bar button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button),
|
||||||
|
.mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
|
||||||
|
color: #ffffff;
|
||||||
|
border: none;
|
||||||
|
background-color: #5294E2; }
|
||||||
|
|
||||||
.nautilus-window .floating-bar {
|
.nautilus-window .floating-bar {
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
|
@ -3389,22 +3389,79 @@ button.documents-favorite:active:hover {
|
|||||||
.tr-workarea overshoot {
|
.tr-workarea overshoot {
|
||||||
border-color: transparent; }
|
border-color: transparent; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar, .gnome-panel-menu-bar menubar,
|
||||||
|
.mate-panel-menu-bar,
|
||||||
|
.mate-panel-menu-bar menubar {
|
||||||
|
background-color: #2b2e37; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar menubar,
|
||||||
|
.gnome-panel-menu-bar #PanelApplet label,
|
||||||
|
.gnome-panel-menu-bar #PanelApplet image,
|
||||||
|
.mate-panel-menu-bar menubar,
|
||||||
|
.mate-panel-menu-bar #PanelApplet label,
|
||||||
|
.mate-panel-menu-bar #PanelApplet image {
|
||||||
|
color: #BAC3CF; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar button label, .gnome-panel-menu-bar button image,
|
||||||
|
.gnome-panel-menu-bar #tasklist-button label,
|
||||||
|
.gnome-panel-menu-bar #tasklist-button image,
|
||||||
|
.mate-panel-menu-bar button label,
|
||||||
|
.mate-panel-menu-bar button image,
|
||||||
|
.mate-panel-menu-bar #tasklist-button label,
|
||||||
|
.mate-panel-menu-bar #tasklist-button image {
|
||||||
|
color: inherit; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar .wnck-pager,
|
||||||
|
.mate-panel-menu-bar .wnck-pager {
|
||||||
|
color: #5d6268;
|
||||||
|
background-color: #14161b; }
|
||||||
|
.gnome-panel-menu-bar .wnck-pager:hover,
|
||||||
|
.mate-panel-menu-bar .wnck-pager:hover {
|
||||||
|
background-color: #363a46; }
|
||||||
|
.gnome-panel-menu-bar .wnck-pager:selected,
|
||||||
|
.mate-panel-menu-bar .wnck-pager:selected {
|
||||||
|
color: #a9caf1;
|
||||||
|
background-color: #5294E2; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar na-tray-applet,
|
||||||
|
.mate-panel-menu-bar na-tray-applet {
|
||||||
|
-NaTrayApplet-icon-padding: 0;
|
||||||
|
-NaTrayApplet-icon-size: 16px; }
|
||||||
|
|
||||||
.xfce4-panel.panel {
|
.xfce4-panel.panel {
|
||||||
background-color: #2b2e37;
|
background-color: #2b2e37;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
-gtk-icon-shadow: none; }
|
-gtk-icon-shadow: none; }
|
||||||
.xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
|
|
||||||
color: #BAC3CF;
|
#tasklist-button {
|
||||||
background-color: rgba(43, 46, 55, 0);
|
color: rgba(186, 195, 207, 0.8);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: none; }
|
border: none;
|
||||||
.xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
|
background-color: rgba(43, 46, 55, 0); }
|
||||||
border: none;
|
#tasklist-button:hover {
|
||||||
background-color: #414654; }
|
color: #d8dde4;
|
||||||
.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 {
|
background-color: rgba(0, 0, 0, 0.17); }
|
||||||
color: #ffffff;
|
#tasklist-button:checked {
|
||||||
border: none;
|
color: #ffffff;
|
||||||
background-color: #5294E2; }
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
|
box-shadow: inset 0 -2px #5294E2; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar button:not(#tasklist-button),
|
||||||
|
.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
|
||||||
|
color: #BAC3CF;
|
||||||
|
border-radius: 0;
|
||||||
|
border: none;
|
||||||
|
background-color: rgba(43, 46, 55, 0); }
|
||||||
|
.gnome-panel-menu-bar button:hover:not(#tasklist-button),
|
||||||
|
.mate-panel-menu-bar button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
|
||||||
|
border: none;
|
||||||
|
background-color: #414654; }
|
||||||
|
.gnome-panel-menu-bar button:active:not(#tasklist-button),
|
||||||
|
.mate-panel-menu-bar button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button),
|
||||||
|
.mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
|
||||||
|
color: #ffffff;
|
||||||
|
border: none;
|
||||||
|
background-color: #5294E2; }
|
||||||
|
|
||||||
.nautilus-window .floating-bar {
|
.nautilus-window .floating-bar {
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
|
@ -3387,22 +3387,79 @@ button.documents-favorite:active:hover {
|
|||||||
.tr-workarea overshoot {
|
.tr-workarea overshoot {
|
||||||
border-color: transparent; }
|
border-color: transparent; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar, .gnome-panel-menu-bar menubar,
|
||||||
|
.mate-panel-menu-bar,
|
||||||
|
.mate-panel-menu-bar menubar {
|
||||||
|
background-color: #2b2e37; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar menubar,
|
||||||
|
.gnome-panel-menu-bar #PanelApplet label,
|
||||||
|
.gnome-panel-menu-bar #PanelApplet image,
|
||||||
|
.mate-panel-menu-bar menubar,
|
||||||
|
.mate-panel-menu-bar #PanelApplet label,
|
||||||
|
.mate-panel-menu-bar #PanelApplet image {
|
||||||
|
color: #BAC3CF; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar button label, .gnome-panel-menu-bar button image,
|
||||||
|
.gnome-panel-menu-bar #tasklist-button label,
|
||||||
|
.gnome-panel-menu-bar #tasklist-button image,
|
||||||
|
.mate-panel-menu-bar button label,
|
||||||
|
.mate-panel-menu-bar button image,
|
||||||
|
.mate-panel-menu-bar #tasklist-button label,
|
||||||
|
.mate-panel-menu-bar #tasklist-button image {
|
||||||
|
color: inherit; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar .wnck-pager,
|
||||||
|
.mate-panel-menu-bar .wnck-pager {
|
||||||
|
color: #5d6268;
|
||||||
|
background-color: #14161b; }
|
||||||
|
.gnome-panel-menu-bar .wnck-pager:hover,
|
||||||
|
.mate-panel-menu-bar .wnck-pager:hover {
|
||||||
|
background-color: #363a46; }
|
||||||
|
.gnome-panel-menu-bar .wnck-pager:selected,
|
||||||
|
.mate-panel-menu-bar .wnck-pager:selected {
|
||||||
|
color: #a9caf1;
|
||||||
|
background-color: #5294E2; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar na-tray-applet,
|
||||||
|
.mate-panel-menu-bar na-tray-applet {
|
||||||
|
-NaTrayApplet-icon-padding: 0;
|
||||||
|
-NaTrayApplet-icon-size: 16px; }
|
||||||
|
|
||||||
.xfce4-panel.panel {
|
.xfce4-panel.panel {
|
||||||
background-color: #2b2e37;
|
background-color: #2b2e37;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
-gtk-icon-shadow: none; }
|
-gtk-icon-shadow: none; }
|
||||||
.xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
|
|
||||||
color: #BAC3CF;
|
#tasklist-button {
|
||||||
background-color: rgba(43, 46, 55, 0);
|
color: rgba(186, 195, 207, 0.8);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: none; }
|
border: none;
|
||||||
.xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
|
background-color: rgba(43, 46, 55, 0); }
|
||||||
border: none;
|
#tasklist-button:hover {
|
||||||
background-color: #414654; }
|
color: #d8dde4;
|
||||||
.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 {
|
background-color: rgba(0, 0, 0, 0.17); }
|
||||||
color: #ffffff;
|
#tasklist-button:checked {
|
||||||
border: none;
|
color: #ffffff;
|
||||||
background-color: #5294E2; }
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
|
box-shadow: inset 0 -2px #5294E2; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar button:not(#tasklist-button),
|
||||||
|
.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
|
||||||
|
color: #BAC3CF;
|
||||||
|
border-radius: 0;
|
||||||
|
border: none;
|
||||||
|
background-color: rgba(43, 46, 55, 0); }
|
||||||
|
.gnome-panel-menu-bar button:hover:not(#tasklist-button),
|
||||||
|
.mate-panel-menu-bar button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
|
||||||
|
border: none;
|
||||||
|
background-color: #414654; }
|
||||||
|
.gnome-panel-menu-bar button:active:not(#tasklist-button),
|
||||||
|
.mate-panel-menu-bar button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button),
|
||||||
|
.mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
|
||||||
|
color: #ffffff;
|
||||||
|
border: none;
|
||||||
|
background-color: #5294E2; }
|
||||||
|
|
||||||
.nautilus-window .floating-bar {
|
.nautilus-window .floating-bar {
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
|
@ -3391,22 +3391,79 @@ button.documents-favorite:active:hover {
|
|||||||
.tr-workarea overshoot {
|
.tr-workarea overshoot {
|
||||||
border-color: transparent; }
|
border-color: transparent; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar, .gnome-panel-menu-bar menubar,
|
||||||
|
.mate-panel-menu-bar,
|
||||||
|
.mate-panel-menu-bar menubar {
|
||||||
|
background-color: #2b2e37; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar menubar,
|
||||||
|
.gnome-panel-menu-bar #PanelApplet label,
|
||||||
|
.gnome-panel-menu-bar #PanelApplet image,
|
||||||
|
.mate-panel-menu-bar menubar,
|
||||||
|
.mate-panel-menu-bar #PanelApplet label,
|
||||||
|
.mate-panel-menu-bar #PanelApplet image {
|
||||||
|
color: #BAC3CF; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar button label, .gnome-panel-menu-bar button image,
|
||||||
|
.gnome-panel-menu-bar #tasklist-button label,
|
||||||
|
.gnome-panel-menu-bar #tasklist-button image,
|
||||||
|
.mate-panel-menu-bar button label,
|
||||||
|
.mate-panel-menu-bar button image,
|
||||||
|
.mate-panel-menu-bar #tasklist-button label,
|
||||||
|
.mate-panel-menu-bar #tasklist-button image {
|
||||||
|
color: inherit; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar .wnck-pager,
|
||||||
|
.mate-panel-menu-bar .wnck-pager {
|
||||||
|
color: #5d6268;
|
||||||
|
background-color: #14161b; }
|
||||||
|
.gnome-panel-menu-bar .wnck-pager:hover,
|
||||||
|
.mate-panel-menu-bar .wnck-pager:hover {
|
||||||
|
background-color: #363a46; }
|
||||||
|
.gnome-panel-menu-bar .wnck-pager:selected,
|
||||||
|
.mate-panel-menu-bar .wnck-pager:selected {
|
||||||
|
color: #a9caf1;
|
||||||
|
background-color: #5294E2; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar na-tray-applet,
|
||||||
|
.mate-panel-menu-bar na-tray-applet {
|
||||||
|
-NaTrayApplet-icon-padding: 0;
|
||||||
|
-NaTrayApplet-icon-size: 16px; }
|
||||||
|
|
||||||
.xfce4-panel.panel {
|
.xfce4-panel.panel {
|
||||||
background-color: #2b2e37;
|
background-color: #2b2e37;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
-gtk-icon-shadow: none; }
|
-gtk-icon-shadow: none; }
|
||||||
.xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
|
|
||||||
color: #BAC3CF;
|
#tasklist-button {
|
||||||
background-color: rgba(43, 46, 55, 0);
|
color: rgba(186, 195, 207, 0.8);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: none; }
|
border: none;
|
||||||
.xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
|
background-color: rgba(43, 46, 55, 0); }
|
||||||
border: none;
|
#tasklist-button:hover {
|
||||||
background-color: #414654; }
|
color: #d8dde4;
|
||||||
.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 {
|
background-color: rgba(0, 0, 0, 0.17); }
|
||||||
color: #ffffff;
|
#tasklist-button:checked {
|
||||||
border: none;
|
color: #ffffff;
|
||||||
background-color: #5294E2; }
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
|
box-shadow: inset 0 -2px #5294E2; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar button:not(#tasklist-button),
|
||||||
|
.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
|
||||||
|
color: #BAC3CF;
|
||||||
|
border-radius: 0;
|
||||||
|
border: none;
|
||||||
|
background-color: rgba(43, 46, 55, 0); }
|
||||||
|
.gnome-panel-menu-bar button:hover:not(#tasklist-button),
|
||||||
|
.mate-panel-menu-bar button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
|
||||||
|
border: none;
|
||||||
|
background-color: #414654; }
|
||||||
|
.gnome-panel-menu-bar button:active:not(#tasklist-button),
|
||||||
|
.mate-panel-menu-bar button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button),
|
||||||
|
.mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
|
||||||
|
color: #ffffff;
|
||||||
|
border: none;
|
||||||
|
background-color: #5294E2; }
|
||||||
|
|
||||||
.nautilus-window .floating-bar {
|
.nautilus-window .floating-bar {
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
|
@ -3391,22 +3391,79 @@ button.documents-favorite:active:hover {
|
|||||||
.tr-workarea overshoot {
|
.tr-workarea overshoot {
|
||||||
border-color: transparent; }
|
border-color: transparent; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar, .gnome-panel-menu-bar menubar,
|
||||||
|
.mate-panel-menu-bar,
|
||||||
|
.mate-panel-menu-bar menubar {
|
||||||
|
background-color: rgba(43, 46, 55, 0.95); }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar menubar,
|
||||||
|
.gnome-panel-menu-bar #PanelApplet label,
|
||||||
|
.gnome-panel-menu-bar #PanelApplet image,
|
||||||
|
.mate-panel-menu-bar menubar,
|
||||||
|
.mate-panel-menu-bar #PanelApplet label,
|
||||||
|
.mate-panel-menu-bar #PanelApplet image {
|
||||||
|
color: #BAC3CF; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar button label, .gnome-panel-menu-bar button image,
|
||||||
|
.gnome-panel-menu-bar #tasklist-button label,
|
||||||
|
.gnome-panel-menu-bar #tasklist-button image,
|
||||||
|
.mate-panel-menu-bar button label,
|
||||||
|
.mate-panel-menu-bar button image,
|
||||||
|
.mate-panel-menu-bar #tasklist-button label,
|
||||||
|
.mate-panel-menu-bar #tasklist-button image {
|
||||||
|
color: inherit; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar .wnck-pager,
|
||||||
|
.mate-panel-menu-bar .wnck-pager {
|
||||||
|
color: #5d6268;
|
||||||
|
background-color: rgba(20, 22, 27, 0.95); }
|
||||||
|
.gnome-panel-menu-bar .wnck-pager:hover,
|
||||||
|
.mate-panel-menu-bar .wnck-pager:hover {
|
||||||
|
background-color: rgba(54, 58, 70, 0.95); }
|
||||||
|
.gnome-panel-menu-bar .wnck-pager:selected,
|
||||||
|
.mate-panel-menu-bar .wnck-pager:selected {
|
||||||
|
color: #a9caf1;
|
||||||
|
background-color: #5294E2; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar na-tray-applet,
|
||||||
|
.mate-panel-menu-bar na-tray-applet {
|
||||||
|
-NaTrayApplet-icon-padding: 0;
|
||||||
|
-NaTrayApplet-icon-size: 16px; }
|
||||||
|
|
||||||
.xfce4-panel.panel {
|
.xfce4-panel.panel {
|
||||||
background-color: rgba(43, 46, 55, 0.95);
|
background-color: rgba(43, 46, 55, 0.95);
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
-gtk-icon-shadow: none; }
|
-gtk-icon-shadow: none; }
|
||||||
.xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
|
|
||||||
color: #BAC3CF;
|
#tasklist-button {
|
||||||
background-color: rgba(43, 46, 55, 0);
|
color: rgba(186, 195, 207, 0.8);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: none; }
|
border: none;
|
||||||
.xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
|
background-color: rgba(43, 46, 55, 0); }
|
||||||
border: none;
|
#tasklist-button:hover {
|
||||||
background-color: rgba(65, 70, 84, 0.95); }
|
color: #d8dde4;
|
||||||
.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 {
|
background-color: rgba(0, 0, 0, 0.17); }
|
||||||
color: #ffffff;
|
#tasklist-button:checked {
|
||||||
border: none;
|
color: #ffffff;
|
||||||
background-color: #5294E2; }
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
|
box-shadow: inset 0 -2px #5294E2; }
|
||||||
|
|
||||||
|
.gnome-panel-menu-bar button:not(#tasklist-button),
|
||||||
|
.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
|
||||||
|
color: #BAC3CF;
|
||||||
|
border-radius: 0;
|
||||||
|
border: none;
|
||||||
|
background-color: rgba(43, 46, 55, 0); }
|
||||||
|
.gnome-panel-menu-bar button:hover:not(#tasklist-button),
|
||||||
|
.mate-panel-menu-bar button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
|
||||||
|
border: none;
|
||||||
|
background-color: rgba(65, 70, 84, 0.95); }
|
||||||
|
.gnome-panel-menu-bar button:active:not(#tasklist-button),
|
||||||
|
.mate-panel-menu-bar button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button),
|
||||||
|
.mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
|
||||||
|
color: #ffffff;
|
||||||
|
border: none;
|
||||||
|
background-color: #5294E2; }
|
||||||
|
|
||||||
.nautilus-window .floating-bar {
|
.nautilus-window .floating-bar {
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
|
@ -396,65 +396,46 @@ button.documents-favorite:active:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Fallback Mode/Budgie Panel
|
// Mate/Gnome Flashback Panel
|
||||||
//
|
//
|
||||||
//.gnome-panel-menu-bar,
|
.gnome-panel-menu-bar,
|
||||||
//PanelApplet > menubar,
|
.mate-panel-menu-bar {
|
||||||
//PanelToplevel,
|
|
||||||
//PanelWidget,
|
&, menubar { background-color: $panel_bg; }
|
||||||
//PanelAppletFrame,
|
|
||||||
//PanelApplet {
|
menubar,
|
||||||
// color: $panel_fg;
|
#PanelApplet label,
|
||||||
// background-image: linear-gradient(to bottom, $panel_bg);
|
#PanelApplet image { color: $panel_fg; }
|
||||||
//}
|
|
||||||
//
|
// Panel buttons
|
||||||
//PanelApplet button, PanelApplet button:backdrop {
|
button:not(#tasklist-button) {
|
||||||
// padding: 4px;
|
@extend %panelbutton;
|
||||||
// border: 2px solid transparent;
|
}
|
||||||
// border-radius: 0;
|
|
||||||
// background-image: none;
|
button,
|
||||||
// background-color: transparent;
|
#tasklist-button {
|
||||||
// color: $panel_fg;
|
label, image { color: inherit; }
|
||||||
//}
|
}
|
||||||
//
|
|
||||||
//PanelApplet button:hover {
|
.wnck-pager {
|
||||||
// color: lighten($panel_fg, 10%);
|
color: mix($panel_fg, black, 50%);
|
||||||
// background-color: transparentize(black, 0.83);
|
background-color: darken($panel_bg, 10%);
|
||||||
// border-color: transparentize(black, 0.83);
|
|
||||||
//}
|
&:hover {
|
||||||
//
|
background-color: lighten($panel_bg, 5%);
|
||||||
//PanelApplet button:active, PanelApplet button:active:backdrop,
|
}
|
||||||
//PanelApplet button:checked, PanelApplet button:checked:backdrop {
|
|
||||||
// background-clip: padding-box;
|
&:selected {
|
||||||
// color: $selected_fg_color;
|
color: lighten($selected_bg_color, 20%);
|
||||||
// background-color: transparentize(black, 0.75);
|
background-color: $selected_bg_color;
|
||||||
// border-radius: 0;
|
}
|
||||||
// border-color: transparentize(black, 0.75);
|
}
|
||||||
// box-shadow: inset 0 -2px $selected_bg_color;
|
|
||||||
//}
|
na-tray-applet {
|
||||||
//
|
-NaTrayApplet-icon-padding: 0;
|
||||||
//PanelApplet:hover {
|
-NaTrayApplet-icon-size: 16px;
|
||||||
// color: $selected_fg_color;
|
}
|
||||||
//}
|
}
|
||||||
//
|
|
||||||
//PanelApplet:active,
|
|
||||||
//PanelApplet:hover:active {
|
|
||||||
// color: $selected_bg_color;
|
|
||||||
//}
|
|
||||||
//
|
|
||||||
//WnckPager {
|
|
||||||
// color: mix($panel_fg, black, 50%);
|
|
||||||
// &:selected { color: $selected_bg_color }
|
|
||||||
//}
|
|
||||||
//
|
|
||||||
//NaTrayApplet {
|
|
||||||
// -NaTrayApplet-icon-padding: 12;
|
|
||||||
// -NaTrayApplet-icon-size: 16;
|
|
||||||
//}
|
|
||||||
//
|
|
||||||
//ClockBox {
|
|
||||||
// color: $panel_fg;
|
|
||||||
//}
|
|
||||||
|
|
||||||
// Xfce Panel
|
// Xfce Panel
|
||||||
.xfce4-panel.panel {
|
.xfce4-panel.panel {
|
||||||
@ -463,21 +444,41 @@ button.documents-favorite:active:hover {
|
|||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
-gtk-icon-shadow: none;
|
-gtk-icon-shadow: none;
|
||||||
|
|
||||||
button.flat {
|
button.flat { @extend %panelbutton; }
|
||||||
color: $panel_fg;
|
}
|
||||||
background-color: transparentize($panel_bg, 1);
|
|
||||||
border-radius: 0;
|
|
||||||
border: none;
|
|
||||||
|
|
||||||
&:hover {
|
#tasklist-button {
|
||||||
border: none;
|
color: transparentize($panel_fg, 0.2);
|
||||||
background-color: lighten($panel_bg, 10%);
|
border-radius: 0;
|
||||||
}
|
border: none;
|
||||||
&:active, &:checked {
|
background-color: transparentize($panel_bg, 1);
|
||||||
color: $selected_fg_color;
|
|
||||||
border: none;
|
&:hover {
|
||||||
background-color: $selected_bg_color;
|
color: lighten($panel_fg, 10%);
|
||||||
}
|
background-color: transparentize(black, 0.83);
|
||||||
|
}
|
||||||
|
|
||||||
|
&:checked {
|
||||||
|
color: $selected_fg_color;
|
||||||
|
background-color: transparentize(black, 0.75);
|
||||||
|
box-shadow: inset 0 -2px $selected_bg_color;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
%panelbutton {
|
||||||
|
color: $panel_fg;
|
||||||
|
border-radius: 0;
|
||||||
|
border: none;
|
||||||
|
background-color: transparentize($panel_bg, 1);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
border: none;
|
||||||
|
background-color: lighten($panel_bg, 10%);
|
||||||
|
}
|
||||||
|
&:active, &:checked {
|
||||||
|
color: $selected_fg_color;
|
||||||
|
border: none;
|
||||||
|
background-color: $selected_bg_color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user