[gnome-themes-standard] submenu indicators: use icon theme
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] submenu indicators: use icon theme
- Date: Tue, 10 Jun 2014 11:50:34 +0000 (UTC)
commit de5e2227e1da4bf950280c8d08978af4cec3f306
Author: Jakub Steiner <jimmac gmail com>
Date: Tue Jun 10 13:49:54 2014 +0200
submenu indicators: use icon theme
themes/Adwaita/gtk-3.0/_common.scss | 3 ++-
themes/Adwaita/gtk-3.0/gtk-contained-dark.css | 4 +++-
themes/Adwaita/gtk-3.0/gtk-contained.css | 4 +++-
3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index 03e6770..4b7c359 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -10,7 +10,7 @@
-GtkPaned-handle-size: 0;
-GtkCheckButton-indicator-size: 16;
- -GtkCheckMenuItem-indicator-size: 12;
+ -GtkCheckMenuItem-indicator-size: 16;
// The size for scrollbars. The slider is 2px smaller, but we keep it
// up so that the whole area is sensitive to button presses for the
@@ -689,6 +689,7 @@ column-header { // FIXME: something better
color: $selected_fg_color;
background-color: if($variant=='light', darken($selected_bg_color, 10%), darken($selected_bg_color,
5%));
}
+ &.arrow { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); } // submenu indicators
}
.separator {
color: transparentize($borders_color,0.8);
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index 1f631fb..02dc8bd 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -21,7 +21,7 @@
-GtkTextView-error-underline-color: #cc0000;
-GtkPaned-handle-size: 0;
-GtkCheckButton-indicator-size: 16;
- -GtkCheckMenuItem-indicator-size: 12;
+ -GtkCheckMenuItem-indicator-size: 16;
-GtkScrolledWindow-scrollbar-spacing: 0;
-GtkScrolledWindow-scrollbars-within-bevel: 1;
-GtkToolItemGroup-expander-size: 11;
@@ -750,6 +750,8 @@ column-header .button:backdrop {
border: none;
color: white;
background-color: #1c5187; }
+ .menu .menuitem.arrow {
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
.menu .separator {
color: rgba(28, 31, 31, 0.2); }
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index 4528aab..b3538eb 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -21,7 +21,7 @@
-GtkTextView-error-underline-color: #cc0000;
-GtkPaned-handle-size: 0;
-GtkCheckButton-indicator-size: 16;
- -GtkCheckMenuItem-indicator-size: 12;
+ -GtkCheckMenuItem-indicator-size: 16;
-GtkScrolledWindow-scrollbar-spacing: 0;
-GtkScrolledWindow-scrollbars-within-bevel: 1;
-GtkToolItemGroup-expander-size: 11;
@@ -750,6 +750,8 @@ column-header .button:backdrop {
border: none;
color: white;
background-color: #2a76c6; }
+ .menu .menuitem.arrow {
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
.menu .separator {
color: rgba(161, 161, 161, 0.2); }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]