From 06b091100947a17f29b82f92bf0fa38735eaabac Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 31 Aug 2016 00:00:33 +0200 Subject: don't use selected_fg_color in weird places --- common/gtk-3.0/3.18/sass/_applications.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/gtk-3.0/3.18/sass/_applications.scss') diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss index a499f77..5a3ef18 100644 --- a/common/gtk-3.0/3.18/sass/_applications.scss +++ b/common/gtk-3.0/3.18/sass/_applications.scss @@ -97,7 +97,7 @@ EelEditableLabel.entry { transition: none; } // Workaround for invisible text i } .nautilus-desktop.nautilus-canvas-item { - color: $selected_fg_color; + color: white; text-shadow: 1px 1px transparentize(black, 0.4); &:active { color: $fg_color; } @@ -555,7 +555,7 @@ PanelApplet .button:hover { PanelApplet .button:active, PanelApplet .button:active:backdrop, PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-clip: padding-box; - color: $selected_fg_color; + color: white; background-color: transparentize(black, 0.75); border-radius: 0; border-color: transparentize(black, 0.75); @@ -563,7 +563,7 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop { } PanelApplet:hover { - color: $selected_fg_color; + color: white; } PanelApplet:active, -- cgit v1.2.3 From 3e6c57d230cf67df5e57f8cc41a21efe5a4fcda6 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 19 Sep 2016 23:51:09 +0200 Subject: fix bold font in wingpanel popovers --- common/gtk-3.0/3.18/sass/_applications.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'common/gtk-3.0/3.18/sass/_applications.scss') diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss index 5a3ef18..3be8002 100644 --- a/common/gtk-3.0/3.18/sass/_applications.scss +++ b/common/gtk-3.0/3.18/sass/_applications.scss @@ -759,6 +759,7 @@ MarlinViewWindow { WingpanelWidgetsIndicatorPopover.popover { padding: 0; + font: initial; text-shadow: none; icon-shadow: none; -- cgit v1.2.3 From bee90f08d3bed97586f58d5f6ffb439b6f951939 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 20 Sep 2016 00:02:38 +0200 Subject: use blue highlight in wingpanel popovers --- common/gtk-3.0/3.18/sass/_applications.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'common/gtk-3.0/3.18/sass/_applications.scss') diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss index 3be8002..fcc199d 100644 --- a/common/gtk-3.0/3.18/sass/_applications.scss +++ b/common/gtk-3.0/3.18/sass/_applications.scss @@ -768,15 +768,12 @@ WingpanelWidgetsIndicatorPopover.popover { 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; + color: $selected_fg_color; + background-color: $selected_bg_color; } *:insensitive { color: $insensitive_fg_color; } } -- cgit v1.2.3 From 045273f4d83e38988f7c182b8e96d032d27b90dc Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 20 Sep 2016 00:04:22 +0200 Subject: remove unneeded pantheon terminal styling --- common/gtk-3.0/3.18/sass/_applications.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'common/gtk-3.0/3.18/sass/_applications.scss') diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss index fcc199d..ee28adc 100644 --- a/common/gtk-3.0/3.18/sass/_applications.scss +++ b/common/gtk-3.0/3.18/sass/_applications.scss @@ -5,8 +5,7 @@ GeditNotebook.notebook, ScratchMainWindow .notebook, EphyNotebook.notebook, MidoriNotebook .notebook, -TerminalWindow .notebook, -PantheonTerminalPantheonTerminalWindow .notebook { +TerminalWindow .notebook { tab.reorderable-page.top, tab.top { &:active, &.active-page, &.active-page:hover { @@ -18,8 +17,7 @@ PantheonTerminalPantheonTerminalWindow .notebook { } } -TerminalWindow .notebook, -PantheonTerminalPantheonTerminalWindow .notebook { +TerminalWindow .notebook { tab.reorderable-page.top, tab.top { padding-top: 7px; -- cgit v1.2.3 From 2d2a3bab2a2f3f52edc24c540c6545140ba04fd5 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 20 Sep 2016 00:27:52 +0200 Subject: update wingpanel styling --- common/gtk-3.0/3.18/sass/_applications.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'common/gtk-3.0/3.18/sass/_applications.scss') diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss index ee28adc..1cf5936 100644 --- a/common/gtk-3.0/3.18/sass/_applications.scss +++ b/common/gtk-3.0/3.18/sass/_applications.scss @@ -697,6 +697,11 @@ MarlinViewWindow { text-shadow: 0 1px 2px transparentize(black, 0.4); icon-shadow: 0 1px 2px transparentize(black, 0.4); + .maximized { + background-color: $panel_bg; + box-shadow: inset 0 -1px darken($panel_bg, 7%); + } + &-shadow { background-image: none; background-color: transparent; @@ -742,6 +747,13 @@ MarlinViewWindow { padding-top: 8px; padding-bottom: 8px; } + + .color-light & { + color: transparentize(black, 0.35); + + text-shadow: 0 0 2px transparentize(white, 0.7), 0 1px 0 transparentize(white, 0.75); + icon-shadow: 0 0 2px transparentize(white, 0.7), 0 1px 0 transparentize(white, 0.75); + } } .panel-app-button > GtkWidget > GtkWidget:first-child { -- cgit v1.2.3 From b7bebc5acd64908a3f1f49aec9b46690fec369af Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 20 Sep 2016 00:53:16 +0200 Subject: remove sidebar background in wingpanel popovers --- common/gtk-3.0/3.18/sass/_applications.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/gtk-3.0/3.18/sass/_applications.scss') diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss index 1cf5936..1bbcde6 100644 --- a/common/gtk-3.0/3.18/sass/_applications.scss +++ b/common/gtk-3.0/3.18/sass/_applications.scss @@ -773,6 +773,8 @@ WingpanelWidgetsIndicatorPopover.popover { text-shadow: none; icon-shadow: none; + .sidebar { background: none; } + .menuitem { padding: 5px; outline-color: transparent; -- cgit v1.2.3