diff options
author | raveit65 <[email protected]> | 2018-06-02 13:05:36 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-06-02 13:05:36 +0200 |
commit | 4b040838830aa58049d755a2ac996ef467d51ece (patch) | |
tree | 74392ff5e15279f30611b7f4b0af84c5808b1fd6 /desktop-themes/Blue-Submarine | |
parent | b6a9abfa534ce908929f4561c303945e65e8e9c5 (diff) | |
download | mate-themes-4b040838830aa58049d755a2ac996ef467d51ece.tar.bz2 mate-themes-4b040838830aa58049d755a2ac996ef467d51ece.tar.xz |
Submarine: some border fixes for caja notebook
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 4 | ||||
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 3 |
2 files changed, 3 insertions, 4 deletions
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 a37bd802..9547cfb1 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -3589,14 +3589,14 @@ paned.horizontal > box.vertical notebook > header.top, paned.horizontal > paned.vertical notebook > header.top {
border-style: solid;
border-color: @notebook_border;
- border-width: 1px 1px 1px 1px;
+ border-width: 1px 1px 0px 1px;
border-radius: 4px 4px 0px 0px;
box-shadow: none;
}
paned.horizontal > box.vertical notebook scrolledwindow.frame,
paned.horizontal > paned.vertical notebook scrolledwindow.frame {
- border-width: 0px 1px 1px 1px;
+ border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: @notebook_border;
}
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index b3fe6474..fca9da5c 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -256,9 +256,8 @@ paned.horizontal > box.vertical.caja-side-pane > notebook scrolledwindow.frame { .caja-notebook #caja-extra-view-widget { background-color: shade (@theme_bg_color, 1.05); border-color: @notebook_border; - border-width: 1px; + border-width: 1px 1px 0px 1px; border-style: solid; - border-radius: 4px 4px 0px 0px; } .caja-notebook #caja-extra-view-widget button.flat { |