diff options
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css | 10 | ||||
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css index de570982..cb5311d4 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css @@ -692,6 +692,16 @@ YelpWindow .horizontal.toolbar.primary-toolbar .button.image-button:last-child { } /* gnome-weather */ +#weather-page.frame.flat { + padding: 0px; + border-radius: 0px; +} + +#weather-page.frame.flat > .frame.flat { + border-radius: 0px; + border-color: transparent; +} + Gjs_WeatherWidget.frame.flat GtkStack GtkScrolledWindow .frame { background-color: transparent; background-image: linear-gradient(to bottom, diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 6fd2f082..19855d65 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -4683,6 +4683,7 @@ GtkOverlay.osd { .osd.button:hover,
.osd .button:hover,
.osd .linked .button:hover {
+ padding: 4px;
background-image: linear-gradient(to bottom,
@osd_button_bg_hover_a,
@osd_button_bg_hover_b 68%,
|