From a25312e525c902534583d9e83920944f3a2e894d Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Tue, 15 May 2018 02:01:17 -0700 Subject: [PATCH] Fixed bugs --- src/gtk-3.0/gtk-compact-dark-solid.css | 39 ++++++++++++++ src/gtk-3.0/gtk-compact-dark.css | 39 ++++++++++++++ src/gtk-3.0/gtk-compact-light-solid.css | 39 ++++++++++++++ src/gtk-3.0/gtk-compact-light.css | 39 ++++++++++++++ src/gtk-3.0/gtk-dark-solid.css | 39 ++++++++++++++ src/gtk-3.0/gtk-dark.css | 39 ++++++++++++++ src/gtk-3.0/gtk-light-solid.css | 39 ++++++++++++++ src/gtk-3.0/gtk-light.css | 39 ++++++++++++++ src/gtk-3.0/sass/_applications.scss | 68 ++++++++++++++----------- 9 files changed, 349 insertions(+), 31 deletions(-) diff --git a/src/gtk-3.0/gtk-compact-dark-solid.css b/src/gtk-3.0/gtk-compact-dark-solid.css index 9089134..c0aeea1 100644 --- a/src/gtk-3.0/gtk-compact-dark-solid.css +++ b/src/gtk-3.0/gtk-compact-dark-solid.css @@ -6691,6 +6691,45 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + -gtk-icon-shadow: none; +} + +WingpanelWidgetsIndicatorPopover.popover menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + -gtk-icon-shadow: none; + border: solid transparent; + border-width: 1px 0; +} + +WingpanelWidgetsIndicatorPopover.popover menuitem label, WingpanelWidgetsIndicatorPopover.popover menuitem image { + 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 *:disabled { + color: rgba(222, 222, 222, 0.45); +} + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; +} + +SwitchboardCategoryView .view:selected, SwitchboardCategoryView iconview:selected, +SwitchboardCategoryView .view:selected:focus, +SwitchboardCategoryView iconview:selected:focus { + color: #dedede; +} + UnityDecoration { -UnityDecoration-extents: 28px 1px 1px 1px; -UnityDecoration-input-extents: 10px; diff --git a/src/gtk-3.0/gtk-compact-dark.css b/src/gtk-3.0/gtk-compact-dark.css index 51835ce..1a3f217 100644 --- a/src/gtk-3.0/gtk-compact-dark.css +++ b/src/gtk-3.0/gtk-compact-dark.css @@ -6691,6 +6691,45 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + -gtk-icon-shadow: none; +} + +WingpanelWidgetsIndicatorPopover.popover menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + -gtk-icon-shadow: none; + border: solid transparent; + border-width: 1px 0; +} + +WingpanelWidgetsIndicatorPopover.popover menuitem label, WingpanelWidgetsIndicatorPopover.popover menuitem image { + 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 *:disabled { + color: rgba(222, 222, 222, 0.45); +} + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; +} + +SwitchboardCategoryView .view:selected, SwitchboardCategoryView iconview:selected, +SwitchboardCategoryView .view:selected:focus, +SwitchboardCategoryView iconview:selected:focus { + color: #dedede; +} + UnityDecoration { -UnityDecoration-extents: 28px 1px 1px 1px; -UnityDecoration-input-extents: 10px; diff --git a/src/gtk-3.0/gtk-compact-light-solid.css b/src/gtk-3.0/gtk-compact-light-solid.css index f428a5d..b804fc8 100644 --- a/src/gtk-3.0/gtk-compact-light-solid.css +++ b/src/gtk-3.0/gtk-compact-light-solid.css @@ -6696,6 +6696,45 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + -gtk-icon-shadow: none; +} + +WingpanelWidgetsIndicatorPopover.popover menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + -gtk-icon-shadow: none; + border: solid transparent; + border-width: 1px 0; +} + +WingpanelWidgetsIndicatorPopover.popover menuitem label, WingpanelWidgetsIndicatorPopover.popover menuitem image { + 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 *:disabled { + color: rgba(36, 36, 36, 0.55); +} + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; +} + +SwitchboardCategoryView .view:selected, SwitchboardCategoryView iconview:selected, +SwitchboardCategoryView .view:selected:focus, +SwitchboardCategoryView iconview:selected:focus { + color: #242424; +} + UnityDecoration { -UnityDecoration-extents: 28px 1px 1px 1px; -UnityDecoration-input-extents: 10px; diff --git a/src/gtk-3.0/gtk-compact-light.css b/src/gtk-3.0/gtk-compact-light.css index 3aaceec..656f115 100644 --- a/src/gtk-3.0/gtk-compact-light.css +++ b/src/gtk-3.0/gtk-compact-light.css @@ -6696,6 +6696,45 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + -gtk-icon-shadow: none; +} + +WingpanelWidgetsIndicatorPopover.popover menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + -gtk-icon-shadow: none; + border: solid transparent; + border-width: 1px 0; +} + +WingpanelWidgetsIndicatorPopover.popover menuitem label, WingpanelWidgetsIndicatorPopover.popover menuitem image { + 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 *:disabled { + color: rgba(36, 36, 36, 0.55); +} + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; +} + +SwitchboardCategoryView .view:selected, SwitchboardCategoryView iconview:selected, +SwitchboardCategoryView .view:selected:focus, +SwitchboardCategoryView iconview:selected:focus { + color: #242424; +} + UnityDecoration { -UnityDecoration-extents: 28px 1px 1px 1px; -UnityDecoration-input-extents: 10px; diff --git a/src/gtk-3.0/gtk-dark-solid.css b/src/gtk-3.0/gtk-dark-solid.css index 5c544c3..e827f6c 100644 --- a/src/gtk-3.0/gtk-dark-solid.css +++ b/src/gtk-3.0/gtk-dark-solid.css @@ -6691,6 +6691,45 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + -gtk-icon-shadow: none; +} + +WingpanelWidgetsIndicatorPopover.popover menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + -gtk-icon-shadow: none; + border: solid transparent; + border-width: 1px 0; +} + +WingpanelWidgetsIndicatorPopover.popover menuitem label, WingpanelWidgetsIndicatorPopover.popover menuitem image { + 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 *:disabled { + color: rgba(222, 222, 222, 0.45); +} + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; +} + +SwitchboardCategoryView .view:selected, SwitchboardCategoryView iconview:selected, +SwitchboardCategoryView .view:selected:focus, +SwitchboardCategoryView iconview:selected:focus { + color: #dedede; +} + UnityDecoration { -UnityDecoration-extents: 28px 1px 1px 1px; -UnityDecoration-input-extents: 10px; diff --git a/src/gtk-3.0/gtk-dark.css b/src/gtk-3.0/gtk-dark.css index 4b52652..144afba 100644 --- a/src/gtk-3.0/gtk-dark.css +++ b/src/gtk-3.0/gtk-dark.css @@ -6691,6 +6691,45 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + -gtk-icon-shadow: none; +} + +WingpanelWidgetsIndicatorPopover.popover menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + -gtk-icon-shadow: none; + border: solid transparent; + border-width: 1px 0; +} + +WingpanelWidgetsIndicatorPopover.popover menuitem label, WingpanelWidgetsIndicatorPopover.popover menuitem image { + 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 *:disabled { + color: rgba(222, 222, 222, 0.45); +} + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; +} + +SwitchboardCategoryView .view:selected, SwitchboardCategoryView iconview:selected, +SwitchboardCategoryView .view:selected:focus, +SwitchboardCategoryView iconview:selected:focus { + color: #dedede; +} + UnityDecoration { -UnityDecoration-extents: 28px 1px 1px 1px; -UnityDecoration-input-extents: 10px; diff --git a/src/gtk-3.0/gtk-light-solid.css b/src/gtk-3.0/gtk-light-solid.css index 708b2c0..e5de218 100644 --- a/src/gtk-3.0/gtk-light-solid.css +++ b/src/gtk-3.0/gtk-light-solid.css @@ -6708,6 +6708,45 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + -gtk-icon-shadow: none; +} + +WingpanelWidgetsIndicatorPopover.popover menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + -gtk-icon-shadow: none; + border: solid transparent; + border-width: 1px 0; +} + +WingpanelWidgetsIndicatorPopover.popover menuitem label, WingpanelWidgetsIndicatorPopover.popover menuitem image { + 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 *:disabled { + color: rgba(36, 36, 36, 0.55); +} + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; +} + +SwitchboardCategoryView .view:selected, SwitchboardCategoryView iconview:selected, +SwitchboardCategoryView .view:selected:focus, +SwitchboardCategoryView iconview:selected:focus { + color: #242424; +} + UnityDecoration { -UnityDecoration-extents: 28px 1px 1px 1px; -UnityDecoration-input-extents: 10px; diff --git a/src/gtk-3.0/gtk-light.css b/src/gtk-3.0/gtk-light.css index 10e9f20..5a89b34 100644 --- a/src/gtk-3.0/gtk-light.css +++ b/src/gtk-3.0/gtk-light.css @@ -6708,6 +6708,45 @@ window > box.vertical > box.horizontal > widget { background-color: transparent; } +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + -gtk-icon-shadow: none; +} + +WingpanelWidgetsIndicatorPopover.popover menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + -gtk-icon-shadow: none; + border: solid transparent; + border-width: 1px 0; +} + +WingpanelWidgetsIndicatorPopover.popover menuitem label, WingpanelWidgetsIndicatorPopover.popover menuitem image { + 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 *:disabled { + color: rgba(36, 36, 36, 0.55); +} + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; +} + +SwitchboardCategoryView .view:selected, SwitchboardCategoryView iconview:selected, +SwitchboardCategoryView .view:selected:focus, +SwitchboardCategoryView iconview:selected:focus { + color: #242424; +} + UnityDecoration { -UnityDecoration-extents: 28px 1px 1px 1px; -UnityDecoration-input-extents: 10px; diff --git a/src/gtk-3.0/sass/_applications.scss b/src/gtk-3.0/sass/_applications.scss index 70d3d7e..257eb72 100644 --- a/src/gtk-3.0/sass/_applications.scss +++ b/src/gtk-3.0/sass/_applications.scss @@ -1705,40 +1705,46 @@ window > box.vertical > box.horizontal { // // Wingpanel Popover // -//WingpanelWidgetsIndicatorPopover.popover { -// padding: 0; -// -// text-shadow: none; -// -gtk-icon-shadow: none; -// -// menuitem { -// padding: 5px; -// outline-color: transparent; -// text-shadow: none; -// -gtk-icon-shadow: none; -// border: solid transparent; -// border-width: 1px 0; -// -// label, image { 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; -// } -// *:disabled { color: $insensitive_fg_color; } -// } -//} + +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + + text-shadow: none; + -gtk-icon-shadow: none; + + menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + -gtk-icon-shadow: none; + border: solid transparent; + border-width: 1px 0; + + label, image { 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; + } + *:disabled { color: $insensitive_fg_color; } + } +} + // // Pantheon Terminal // -//PantheonTerminalPantheonTerminalWindow.background { -// background-color: transparent; -//} + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; +} + // // Switchboard // -//SwitchboardCategoryView .view:selected, -//SwitchboardCategoryView .view:selected:focus { -// color: $fg_color; -//} + +SwitchboardCategoryView .view:selected, +SwitchboardCategoryView .view:selected:focus { + color: $fg_color; +} +