mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
fix wingpanel v0.4.x indicator popovers
This commit is contained in:
parent
7b67aaf107
commit
166d7be1b7
@ -635,6 +635,34 @@ MarlinViewWindow *:selected:focus {
|
|||||||
.panel .menu .spinner,
|
.panel .menu .spinner,
|
||||||
.menu .spinner { opacity: 1 } // Fixes sound indicator buttons
|
.menu .spinner { opacity: 1 } // Fixes sound indicator buttons
|
||||||
|
|
||||||
|
//
|
||||||
|
// Wingpanel Popover
|
||||||
|
//
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover {
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none;
|
||||||
|
|
||||||
|
.menuitem {
|
||||||
|
padding: 5px;
|
||||||
|
outline-color: transparent;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none;
|
||||||
|
border: solid transparent;
|
||||||
|
border-width: 1px 0;
|
||||||
|
|
||||||
|
GtkLabel, GtkImage { padding: 0 3px; }
|
||||||
|
|
||||||
|
&:hover, &:active {
|
||||||
|
background-color: if($variant == 'light', transparentize(black, 0.96), transparentize(white, 0.95));
|
||||||
|
border: solid if($variant == 'light', transparentize(black, 0.92), transparentize(white, 0.93));
|
||||||
|
border-width: 1px 0;
|
||||||
|
}
|
||||||
|
*:insensitive { color: $insensitive_fg_color; }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Pantheon Terminal
|
// Pantheon Terminal
|
||||||
//
|
//
|
||||||
|
@ -2912,6 +2912,26 @@ MarlinViewWindow *:selected:focus {
|
|||||||
.menu .spinner {
|
.menu .spinner {
|
||||||
opacity: 1; }
|
opacity: 1; }
|
||||||
|
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover {
|
||||||
|
padding: 0;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem {
|
||||||
|
padding: 5px;
|
||||||
|
outline-color: transparent;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none;
|
||||||
|
border: solid transparent;
|
||||||
|
border-width: 1px 0; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage {
|
||||||
|
padding: 0 3px; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active {
|
||||||
|
background-color: rgba(255, 255, 255, 0.05);
|
||||||
|
border: solid rgba(255, 255, 255, 0.07);
|
||||||
|
border-width: 1px 0; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive {
|
||||||
|
color: rgba(211, 218, 227, 0.45); }
|
||||||
|
|
||||||
PantheonTerminalPantheonTerminalWindow.background {
|
PantheonTerminalPantheonTerminalWindow.background {
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
|
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
|
||||||
|
@ -2913,6 +2913,26 @@ MarlinViewWindow *:selected:focus {
|
|||||||
.menu .spinner {
|
.menu .spinner {
|
||||||
opacity: 1; }
|
opacity: 1; }
|
||||||
|
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover {
|
||||||
|
padding: 0;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem {
|
||||||
|
padding: 5px;
|
||||||
|
outline-color: transparent;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none;
|
||||||
|
border: solid transparent;
|
||||||
|
border-width: 1px 0; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage {
|
||||||
|
padding: 0 3px; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active {
|
||||||
|
background-color: rgba(0, 0, 0, 0.04);
|
||||||
|
border: solid rgba(0, 0, 0, 0.08);
|
||||||
|
border-width: 1px 0; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive {
|
||||||
|
color: rgba(92, 97, 108, 0.55); }
|
||||||
|
|
||||||
PantheonTerminalPantheonTerminalWindow.background {
|
PantheonTerminalPantheonTerminalWindow.background {
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
|
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
|
||||||
|
@ -2912,6 +2912,26 @@ MarlinViewWindow *:selected:focus {
|
|||||||
.menu .spinner {
|
.menu .spinner {
|
||||||
opacity: 1; }
|
opacity: 1; }
|
||||||
|
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover {
|
||||||
|
padding: 0;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem {
|
||||||
|
padding: 5px;
|
||||||
|
outline-color: transparent;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none;
|
||||||
|
border: solid transparent;
|
||||||
|
border-width: 1px 0; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage {
|
||||||
|
padding: 0 3px; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active {
|
||||||
|
background-color: rgba(255, 255, 255, 0.05);
|
||||||
|
border: solid rgba(255, 255, 255, 0.07);
|
||||||
|
border-width: 1px 0; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive {
|
||||||
|
color: rgba(211, 218, 227, 0.45); }
|
||||||
|
|
||||||
PantheonTerminalPantheonTerminalWindow.background {
|
PantheonTerminalPantheonTerminalWindow.background {
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
|
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
|
||||||
|
@ -2913,6 +2913,26 @@ MarlinViewWindow *:selected:focus {
|
|||||||
.menu .spinner {
|
.menu .spinner {
|
||||||
opacity: 1; }
|
opacity: 1; }
|
||||||
|
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover {
|
||||||
|
padding: 0;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem {
|
||||||
|
padding: 5px;
|
||||||
|
outline-color: transparent;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none;
|
||||||
|
border: solid transparent;
|
||||||
|
border-width: 1px 0; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage {
|
||||||
|
padding: 0 3px; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active {
|
||||||
|
background-color: rgba(0, 0, 0, 0.04);
|
||||||
|
border: solid rgba(0, 0, 0, 0.08);
|
||||||
|
border-width: 1px 0; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive {
|
||||||
|
color: rgba(92, 97, 108, 0.55); }
|
||||||
|
|
||||||
PantheonTerminalPantheonTerminalWindow.background {
|
PantheonTerminalPantheonTerminalWindow.background {
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
|
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
|
||||||
|
@ -2912,6 +2912,26 @@ MarlinViewWindow *:selected:focus {
|
|||||||
.menu .spinner {
|
.menu .spinner {
|
||||||
opacity: 1; }
|
opacity: 1; }
|
||||||
|
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover {
|
||||||
|
padding: 0;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem {
|
||||||
|
padding: 5px;
|
||||||
|
outline-color: transparent;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none;
|
||||||
|
border: solid transparent;
|
||||||
|
border-width: 1px 0; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage {
|
||||||
|
padding: 0 3px; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active {
|
||||||
|
background-color: rgba(0, 0, 0, 0.04);
|
||||||
|
border: solid rgba(0, 0, 0, 0.08);
|
||||||
|
border-width: 1px 0; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive {
|
||||||
|
color: rgba(92, 97, 108, 0.55); }
|
||||||
|
|
||||||
PantheonTerminalPantheonTerminalWindow.background {
|
PantheonTerminalPantheonTerminalWindow.background {
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
|
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
|
||||||
|
@ -2912,6 +2912,26 @@ MarlinViewWindow *:selected:focus {
|
|||||||
.menu .spinner {
|
.menu .spinner {
|
||||||
opacity: 1; }
|
opacity: 1; }
|
||||||
|
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover {
|
||||||
|
padding: 0;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem {
|
||||||
|
padding: 5px;
|
||||||
|
outline-color: transparent;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none;
|
||||||
|
border: solid transparent;
|
||||||
|
border-width: 1px 0; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage {
|
||||||
|
padding: 0 3px; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active {
|
||||||
|
background-color: rgba(0, 0, 0, 0.04);
|
||||||
|
border: solid rgba(0, 0, 0, 0.08);
|
||||||
|
border-width: 1px 0; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive {
|
||||||
|
color: rgba(92, 97, 108, 0.55); }
|
||||||
|
|
||||||
PantheonTerminalPantheonTerminalWindow.background {
|
PantheonTerminalPantheonTerminalWindow.background {
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
|
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
|
||||||
|
@ -679,6 +679,34 @@ MarlinViewWindow *:selected:focus {
|
|||||||
.panel .menu .spinner,
|
.panel .menu .spinner,
|
||||||
.menu .spinner { opacity: 1 } // Fixes sound indicator buttons
|
.menu .spinner { opacity: 1 } // Fixes sound indicator buttons
|
||||||
|
|
||||||
|
//
|
||||||
|
// Wingpanel Popover
|
||||||
|
//
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover {
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none;
|
||||||
|
|
||||||
|
.menuitem {
|
||||||
|
padding: 5px;
|
||||||
|
outline-color: transparent;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none;
|
||||||
|
border: solid transparent;
|
||||||
|
border-width: 1px 0;
|
||||||
|
|
||||||
|
GtkLabel, GtkImage { padding: 0 3px; }
|
||||||
|
|
||||||
|
&:hover, &:active {
|
||||||
|
background-color: if($variant == 'light', transparentize(black, 0.96), transparentize(white, 0.95));
|
||||||
|
border: solid if($variant == 'light', transparentize(black, 0.92), transparentize(white, 0.93));
|
||||||
|
border-width: 1px 0;
|
||||||
|
}
|
||||||
|
*:insensitive { color: $insensitive_fg_color; }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Pantheon Terminal
|
// Pantheon Terminal
|
||||||
//
|
//
|
||||||
|
@ -2878,6 +2878,26 @@ MarlinViewWindow *:selected:focus {
|
|||||||
.menu .spinner {
|
.menu .spinner {
|
||||||
opacity: 1; }
|
opacity: 1; }
|
||||||
|
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover {
|
||||||
|
padding: 0;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem {
|
||||||
|
padding: 5px;
|
||||||
|
outline-color: transparent;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none;
|
||||||
|
border: solid transparent;
|
||||||
|
border-width: 1px 0; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage {
|
||||||
|
padding: 0 3px; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active {
|
||||||
|
background-color: rgba(255, 255, 255, 0.05);
|
||||||
|
border: solid rgba(255, 255, 255, 0.07);
|
||||||
|
border-width: 1px 0; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive {
|
||||||
|
color: rgba(211, 218, 227, 0.45); }
|
||||||
|
|
||||||
PantheonTerminalPantheonTerminalWindow.background {
|
PantheonTerminalPantheonTerminalWindow.background {
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
|
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
|
||||||
|
@ -2879,6 +2879,26 @@ MarlinViewWindow *:selected:focus {
|
|||||||
.menu .spinner {
|
.menu .spinner {
|
||||||
opacity: 1; }
|
opacity: 1; }
|
||||||
|
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover {
|
||||||
|
padding: 0;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem {
|
||||||
|
padding: 5px;
|
||||||
|
outline-color: transparent;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none;
|
||||||
|
border: solid transparent;
|
||||||
|
border-width: 1px 0; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage {
|
||||||
|
padding: 0 3px; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active {
|
||||||
|
background-color: rgba(0, 0, 0, 0.04);
|
||||||
|
border: solid rgba(0, 0, 0, 0.08);
|
||||||
|
border-width: 1px 0; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive {
|
||||||
|
color: rgba(92, 97, 108, 0.55); }
|
||||||
|
|
||||||
PantheonTerminalPantheonTerminalWindow.background {
|
PantheonTerminalPantheonTerminalWindow.background {
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
|
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
|
||||||
|
@ -2878,6 +2878,26 @@ MarlinViewWindow *:selected:focus {
|
|||||||
.menu .spinner {
|
.menu .spinner {
|
||||||
opacity: 1; }
|
opacity: 1; }
|
||||||
|
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover {
|
||||||
|
padding: 0;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem {
|
||||||
|
padding: 5px;
|
||||||
|
outline-color: transparent;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none;
|
||||||
|
border: solid transparent;
|
||||||
|
border-width: 1px 0; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage {
|
||||||
|
padding: 0 3px; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active {
|
||||||
|
background-color: rgba(255, 255, 255, 0.05);
|
||||||
|
border: solid rgba(255, 255, 255, 0.07);
|
||||||
|
border-width: 1px 0; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive {
|
||||||
|
color: rgba(211, 218, 227, 0.45); }
|
||||||
|
|
||||||
PantheonTerminalPantheonTerminalWindow.background {
|
PantheonTerminalPantheonTerminalWindow.background {
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
|
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
|
||||||
|
@ -2879,6 +2879,26 @@ MarlinViewWindow *:selected:focus {
|
|||||||
.menu .spinner {
|
.menu .spinner {
|
||||||
opacity: 1; }
|
opacity: 1; }
|
||||||
|
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover {
|
||||||
|
padding: 0;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem {
|
||||||
|
padding: 5px;
|
||||||
|
outline-color: transparent;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none;
|
||||||
|
border: solid transparent;
|
||||||
|
border-width: 1px 0; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage {
|
||||||
|
padding: 0 3px; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active {
|
||||||
|
background-color: rgba(0, 0, 0, 0.04);
|
||||||
|
border: solid rgba(0, 0, 0, 0.08);
|
||||||
|
border-width: 1px 0; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive {
|
||||||
|
color: rgba(92, 97, 108, 0.55); }
|
||||||
|
|
||||||
PantheonTerminalPantheonTerminalWindow.background {
|
PantheonTerminalPantheonTerminalWindow.background {
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
|
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
|
||||||
|
@ -2878,6 +2878,26 @@ MarlinViewWindow *:selected:focus {
|
|||||||
.menu .spinner {
|
.menu .spinner {
|
||||||
opacity: 1; }
|
opacity: 1; }
|
||||||
|
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover {
|
||||||
|
padding: 0;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem {
|
||||||
|
padding: 5px;
|
||||||
|
outline-color: transparent;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none;
|
||||||
|
border: solid transparent;
|
||||||
|
border-width: 1px 0; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage {
|
||||||
|
padding: 0 3px; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active {
|
||||||
|
background-color: rgba(0, 0, 0, 0.04);
|
||||||
|
border: solid rgba(0, 0, 0, 0.08);
|
||||||
|
border-width: 1px 0; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive {
|
||||||
|
color: rgba(92, 97, 108, 0.55); }
|
||||||
|
|
||||||
PantheonTerminalPantheonTerminalWindow.background {
|
PantheonTerminalPantheonTerminalWindow.background {
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
|
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
|
||||||
|
@ -2878,6 +2878,26 @@ MarlinViewWindow *:selected:focus {
|
|||||||
.menu .spinner {
|
.menu .spinner {
|
||||||
opacity: 1; }
|
opacity: 1; }
|
||||||
|
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover {
|
||||||
|
padding: 0;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem {
|
||||||
|
padding: 5px;
|
||||||
|
outline-color: transparent;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none;
|
||||||
|
border: solid transparent;
|
||||||
|
border-width: 1px 0; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage {
|
||||||
|
padding: 0 3px; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active {
|
||||||
|
background-color: rgba(0, 0, 0, 0.04);
|
||||||
|
border: solid rgba(0, 0, 0, 0.08);
|
||||||
|
border-width: 1px 0; }
|
||||||
|
WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive {
|
||||||
|
color: rgba(92, 97, 108, 0.55); }
|
||||||
|
|
||||||
PantheonTerminalPantheonTerminalWindow.background {
|
PantheonTerminalPantheonTerminalWindow.background {
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
|
PantheonTerminalPantheonTerminalWindow.background .notebook.header.top {
|
||||||
|
Loading…
Reference in New Issue
Block a user