summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2016-02-06 15:42:50 +0100
committerWolfgang Ulbrich <[email protected]>2016-02-06 15:42:50 +0100
commit82a0e6e5ae6aa180c1dfab105391409534f6a1b0 (patch)
treeddb2810d8650d13c77785c79764159a2484fbc81 /desktop-themes
parente0d22e802a377440b39e9447931c1013e119fd89 (diff)
downloadmate-themes-82a0e6e5ae6aa180c1dfab105391409534f6a1b0.tar.bz2
mate-themes-82a0e6e5ae6aa180c1dfab105391409534f6a1b0.tar.xz
GTK+-3.20 BlueMenta: add new paned settings + reduce
size of check and radio buttons in menus.
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css67
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css20
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/other-applications.css11
3 files changed, 38 insertions, 60 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index f825f087..86d351d2 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -12,7 +12,7 @@
-GtkExpander-expander-size: 11;
/* -GtkMenu-horizontal-padding: 0; */
/* -GtkMenu-vertical-padding: 0; */
- -GtkPaned-handle-size: 1;
+/* -GtkPaned-handle-size: 1; deprecated */
-GtkScrolledWindow-scrollbar-spacing: 0;
-GtkScrolledWindow-scrollbars-within-bevel: 1;
-GtkTextView-error-underline-color: @error_color;
@@ -258,28 +258,6 @@ treeview.view.separator {
color: transparent;
}
-.pane-separator {
- -GtkPaned-handle-size: 1;
- border-width: 0 1px 1px 1px;
- border-style: solid;
- border-color: @borders;
- background-color: @sidebar_bg;
- background-image: url("assets/null.png");
- color: @borders;
-}
-
-.pane-separator:hover,
-.pane-separator:selected {
- color: @theme_text_color;
-}
-
-notebook .pane-separator,
-notebook .pane-separator:hover,
-.notebook .pane-separator,
-.notebook .pane-separator:hover {
- background-color: @theme_base_color;
-}
-
/************************
* overshoot/undershoot *
************************/
@@ -2941,12 +2919,6 @@ GtkFileChooserButton GtkImage:last-child {
color: @internal_element_color;
}
-filechooser.vertical paned.horizontal,
-GtkFileChooserWidget.vertical GtkPaned.horizontal {
- -GtkPaned-handle-size: 3px;
- border-color: transparent;
-}
-
/**************
* Scrollbars *
**************/
@@ -3354,8 +3326,8 @@ menuitem radio:disabled,
.menuitem.radio:disabled {
background-image: none;
background-color: transparent;
- min-height: 16px;
- min-width: 16px;
+ min-height: 12px;
+ min-width: 12px;
background-position: center center;
}
@@ -6286,6 +6258,39 @@ calendar {
border-color: @borders;
}
+/*********
+ * Paned *
+ *********/
+
+/* the small line between sidebar and view */
+paned > separator {
+ min-width: 3px;
+ min-height: 3px;
+ -gtk-icon-source: none;
+ border-style: none;
+ background-color: @theme_bg_color;
+ background-size: 1px 1px;
+ }
+
+paned > separator:hover,
+paned > separator:selected {
+ background-color: transparent;
+}
+
+paned > separator:backdrop {
+}
+
+paned > separator.wide {
+ margin: 0;
+ padding: 0;
+ min-width: 5px;
+ min-height: 5px;
+ background-size: 1px 1px, 1px 1px;
+}
+
+paned > separator.wide:backdrop {
+}
+
/* Various hacks and shit */
/* FIXME - BELOW: Some stuff that can probably be done better or in another way */
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index 72e28efe..126a427b 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -94,14 +94,14 @@
padding: 6px 4px;
}
-/* the small line between sidebar and view */
+/* the small line between sidebar and view , now in gtk-widgets 'paned'*//*
.caja-navigation-window paned.horizontal {
-GtkPaned-handle-size: 3px;
border-color: transparent;
background-color: @theme_bg_color;
}
-/* caja sidebar *//*
+*//* caja sidebar *//*
CajaWindow FMTreeView .view,
CajaWindow CajaNotesViewer .view,
CajaWindow CajaPlacesSidebar .view,
@@ -712,14 +712,6 @@ PlumaPrintPreview.vertical GtkLayout {
background-color: @theme_base_color;
}
-.pluma-window paned.horizontal {
- -GtkPaned-handle-size: 3px;
- border-color: transparent;
- background-color: @theme_bg_color;
- background-image: none;
- border-image: none;
-}
-
/* sidebar file-browser */
.pluma-window paned.horizontal box.vertical {
border-radius: 4px 4px 0px 0px;
@@ -780,14 +772,6 @@ 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,
diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
index 45cd3d90..fd888ae0 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
@@ -108,10 +108,6 @@ NemoPlacesTreeView:selected:hover {
@define-color cluebar_color shade (@theme_base_color, 0.9);
-NemoWindow * {
- -GtkPaned-handle-size: 0;
-}
-
NemoWindow .view {
background-color: @theme_base_color;
}
@@ -358,13 +354,6 @@ DConfWindow DConfKeyView.view row:hover {
color: shade (@theme_selected_bg_color, 0.35);
}
-/* the small line between sidebar and view */
-DConfWindow GtkPaned.horizontal {
- -GtkPaned-handle-size: 3px;
- border-color: transparent;
- background-color: @theme_bg_color;
-}
-
DConfKeyView.view row:selected,
DConfKeyView.view row:selected:hover {
color: @theme_selected_fg_color;