diff options
author | raveit65 <[email protected]> | 2016-05-09 15:45:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-09 15:45:45 +0200 |
commit | ba9b27d601145163031de966bb693cfa89f7ce54 (patch) | |
tree | b4bc4d1f0f52f5adc5ebd374123668aa7cf544ea | |
parent | bbad78fbc99b1566af740759c82f2cb7a22ec3ad (diff) | |
download | mate-themes-ba9b27d601145163031de966bb693cfa89f7ce54.tar.bz2 mate-themes-ba9b27d601145163031de966bb693cfa89f7ce54.tar.xz |
GTK+-3.20 Submarine themes: more styling for meld
4 files changed, 128 insertions, 6 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 9c422fbd..1212cc54 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -991,9 +991,6 @@ button:disabled { inset 1px 0px @insensitive_border_color,
inset -1px 0px @insensitive_border_color,
inset 0px -1px @insensitive_border_color;
-}
-
-button:disabled {
color: @insensitive_fg_color;
text-shadow: none;
}
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css index 66ed2999..e1d6885a 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css @@ -309,11 +309,43 @@ window.background box.vertical notebook box.horizontal box.vertical notebook { /* meld */ +#meldapp > box.vertical > notebook.frame { + border-width: 0px; + background-color: shade (@theme_bg_color, 1.0); +} + +#meldapp > box.vertical > notebook.frame > header.top { + border-radius: 0px; +} + +#meldapp > box.vertical > notebook.frame > header.top tab { + padding: 2px 4px; +} + +#meldapp > box.vertical > notebook.frame > header.top tab:checked, +#meldapp > box.vertical > notebook.frame > header.top tab:checked:hover { + background-image: linear-gradient(to bottom, + shade(@theme_bg_color, 1.18), + shade(@theme_bg_color, 1.0)); +} + +/* FIXME, does not work */ +#meldapp box.vertical notebook.frame box.vertical grid.horizontal toolbar.horizontal.meld-notebook-toolbar { + border-width: 0px; + border-style: none; + border-color: rgba(0,0,0,0); +} + .meld-notebook-toolbar > toolitem > filechooserbutton > button.file > box > label { color: @theme_fg_color; text-shadow: none; } +.meld-notebook-toolbar > toolbutton > button.flat { + padding: 6px; +} + +.meld-notebook-toolbar > toolbutton > button.flat, .meld-notebook-toolbar > toolitem > filechooserbutton > button.file { background-image: -gtk-gradient (linear, left top, left bottom, @@ -334,6 +366,7 @@ window.background box.vertical notebook box.horizontal box.vertical notebook { inset 0px -1px alpha(shade(@button_border, 0.88), 0.90); } +.meld-notebook-toolbar > toolbutton > button.flat:hover, .meld-notebook-toolbar > toolitem > filechooserbutton > button.file:hover { background-image: -gtk-gradient (linear, left top, left bottom, @@ -362,3 +395,34 @@ window.background box.vertical notebook box.horizontal box.vertical notebook { inset 0px -1px shade (@theme_selected_bg_color, 1.3); } +.meld-notebook-toolbar > toolbutton > button.flat:disabled { + background-image: none; + background-color: @insensitive_bg_color; + border-color: @insensitive_border_color; + border-image: none; + box-shadow: inset 0px 1px @insensitive_border_color, + inset 1px 0px @insensitive_border_color, + inset -1px 0px @insensitive_border_color, + inset 0px -1px @insensitive_border_color; +} + +#meldapp > box.vertical > notebook.frame box.vertical > grid.horizontal > box.vertical { + border-width: 1px; + border-style: solid; + border-color: @notebook_border; +} + +#meldapp > box.vertical > notebook.frame box.vertical > grid.horizontal > box.vertical > scrolledwindow { + border-width: 1px 0px 0px 0px; + border-style: solid; + border-color: @notebook_border; +} + +#meldapp > box.vertical > notebook.frame box.vertical > grid.horizontal > box.vertical > scrolledwindow > scrollbar.vertical.left { + border-width: 0px 1px 1px 0px; +} + +#meldapp > box.vertical > notebook.frame box.vertical > grid.horizontal > box.vertical > scrolledwindow > scrollbar.vertical.right { + border-width: 0px 0px 1px 1px; +} + diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index 3cd047c4..4ec0e0b9 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -994,9 +994,6 @@ button:disabled { inset 1px 0px @insensitive_border_color,
inset -1px 0px @insensitive_border_color,
inset 0px -1px @insensitive_border_color;
-}
-
-button:disabled {
color: @insensitive_fg_color;
text-shadow: none;
}
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css index cdb3a269..6f30a3cf 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css @@ -310,11 +310,43 @@ window.background box.vertical notebook box.horizontal box.vertical notebook { /* meld */ +#meldapp > box.vertical > notebook.frame { + border-width: 0px; + background-color: shade (@theme_bg_color, 1.0); +} + +#meldapp > box.vertical > notebook.frame > header.top { + border-radius: 0px; +} + +#meldapp > box.vertical > notebook.frame > header.top tab { + padding: 2px 4px; +} + +#meldapp > box.vertical > notebook.frame > header.top tab:checked, +#meldapp > box.vertical > notebook.frame > header.top tab:checked:hover { + background-image: linear-gradient(to bottom, + shade(@theme_bg_color, 1.18), + shade(@theme_bg_color, 1.0)); +} + +/* FIXME, does not work */ +#meldapp box.vertical notebook.frame box.vertical grid.horizontal toolbar.horizontal.meld-notebook-toolbar { + border-width: 0px; + border-style: none; + border-color: rgba(0,0,0,0); +} + .meld-notebook-toolbar > toolitem > filechooserbutton > button.file > box > label { color: @theme_fg_color; text-shadow: none; } +.meld-notebook-toolbar > toolbutton > button.flat { + padding: 6px; +} + +.meld-notebook-toolbar > toolbutton > button.flat, .meld-notebook-toolbar > toolitem > filechooserbutton > button.file { background-image: -gtk-gradient (linear, left top, left bottom, @@ -335,6 +367,7 @@ window.background box.vertical notebook box.horizontal box.vertical notebook { inset 0px -1px alpha(shade(@button_border, 0.88), 0.90); } +.meld-notebook-toolbar > toolbutton > button.flat:hover, .meld-notebook-toolbar > toolitem > filechooserbutton > button.file:hover { background-image: -gtk-gradient (linear, left top, left bottom, @@ -363,3 +396,34 @@ window.background box.vertical notebook box.horizontal box.vertical notebook { inset 0px -1px shade(@selected_bg_color, 0.93); } +.meld-notebook-toolbar > toolbutton > button.flat:disabled { + background-image: none; + background-color: @insensitive_bg_color; + border-color: @insensitive_border_color; + border-image: none; + box-shadow: inset 0px 1px @insensitive_border_color, + inset 1px 0px @insensitive_border_color, + inset -1px 0px @insensitive_border_color, + inset 0px -1px @insensitive_border_color; +} + +#meldapp > box.vertical > notebook.frame box.vertical > grid.horizontal > box.vertical { + border-width: 1px; + border-style: solid; + border-color: @notebook_border; +} + +#meldapp > box.vertical > notebook.frame box.vertical > grid.horizontal > box.vertical > scrolledwindow { + border-width: 1px 0px 0px 0px; + border-style: solid; + border-color: @notebook_border; +} + +#meldapp > box.vertical > notebook.frame box.vertical > grid.horizontal > box.vertical > scrolledwindow > scrollbar.vertical.left { + border-width: 0px 1px 1px 0px; +} + +#meldapp > box.vertical > notebook.frame box.vertical > grid.horizontal > box.vertical > scrolledwindow > scrollbar.vertical.right { + border-width: 0px 0px 1px 1px; +} + |