summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2016-02-06 06:35:42 +0100
committerWolfgang Ulbrich <[email protected]>2016-02-06 06:36:46 +0100
commitb4a76c2870a482c9e2d391ec3cef6ce825c6b2d4 (patch)
treeba0a687e62ec41843977a85cfee1d03f5ffe52dd
parent60ae4e775e3297632474bf55cbfc4d276d5848a5 (diff)
downloadmate-themes-b4a76c2870a482c9e2d391ec3cef6ce825c6b2d4.tar.bz2
mate-themes-b4a76c2870a482c9e2d391ec3cef6ce825c6b2d4.tar.xz
GTK+-3.20 BlueMenta: style atril and remove non needed m-c-c settings
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css53
1 files changed, 17 insertions, 36 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index d53372d2..0db5efba 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -770,56 +770,37 @@ PlumaFileBrowserWidget.vertical GtkExpander:hover {
color: @theme_fg_color;
}
-/***********************
- * Mate-Control-Center *
- ***********************/
-
-/* background */
-ShellWindow AppResizer .view {
- background-color: @theme_base_color;
-}
-
-/* button of sidebar */
-ShellWindow .button.flat {
- border-image: none;
- padding: 4px 1px;
-}
-
-ShellWindow .button.flat:hover {
- padding: 4px 1px;
-
-}
-
-/* button of applications */
-ShellWindow GtkScrolledWindow .button.flat {
- padding: 4px 0px;
- border-image: none;
-}
-
-ShellWindow GtkScrolledWindow .button.flat:hover {
- background-color: transparent;
- background-image: linear-gradient(to bottom,
- @button_hover_gradient_color_a,
- @button_hover_gradient_color_b);
- border-image: url("borders/button.png") 3 3 4 3 / 3px 3px 4px 3px stretch;
- padding: 4px 0px;
-}
-
/*********
* Atril *
*********/
/* size of page entry */
+.atril-window .primary-toolbar toolbar toolitem box.horizontal entry,
EvPageActionWidget .entry {
padding: 2px;
}
+.atril-window paned.horizontal {
+ -GtkPaned-handle-size: 3px;
+ border-color: transparent;
+ background-color: @theme_bg_color;
+ background-image: none;
+ border-image: none;
+}
+
+.atril-window .primary-toolbar toolbar button,
+.atril-window .primary-toolbar toolbar button.flat,
EvWindow .toolbar .button,
EvWindow .toolbar .button.flat {
- padding: 0px 4px;
+ padding: 5px;
+}
+
+.atril-window .primary-toolbar toolbar button.combo {
+ padding: 6px;
}
/* atril and eom */
+dialog.background>box.vertical.dialog-vbox>box.vertical>scrolledwindow>viewport.frame,
EggToolbarEditor.vertical GtkScrolledWindow .frame {
background-color: shade (@theme_base_color, 1.0);
border-color: @borders;