[gnome-themes-standard] touch osd: try getting the handlebars defined properly



commit 2e79156a27bb4d0024a5282f4380ec44b3a77569
Author: Jakub Steiner <jimmac gmail com>
Date:   Fri Jun 6 13:04:28 2014 +0200

    touch osd: try getting the handlebars defined properly
    
    - to no effect

 themes/Adwaita/gtk-3.0/_common.scss           |   18 ++++++++----------
 themes/Adwaita/gtk-3.0/gtk-contained-dark.css |   19 ++++++++-----------
 themes/Adwaita/gtk-3.0/gtk-contained.css      |   19 ++++++++-----------
 3 files changed, 24 insertions(+), 32 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index cd30122..f9346c3 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -688,6 +688,14 @@ GtkPopover {
   }
 }
 
+//touch selection handlebars for the Popover.osd above
+.cursor-handle {
+  background-color: transparent;
+  background-image: none;
+  &.top { -gtk-icon-source: -gtk-icontheme('selection-start-symbolic'); }
+  &.bottom { -gtk-icon-source: -gtk-icontheme('selection-end-symbolic'); }
+}
+
 /*****************
  * Notebooks and *
  * Tabs          *
@@ -1351,16 +1359,6 @@ GtkInfoBar {
     &:backdrop:insensitive { @include button(backdrop-insensitive, $selected_bg_color, $selected_fg_color, 
noedge); }
   }
 }
-
-/********************************
- * Touch text selection handles *
- ********************************/
-
-.cursor-handle {
-  background-color: transparent;
-  &.top { border:6px solid red; background-image: -gtk-icontheme('selection-start'); }
-  &.bottom { background-image: -gtk-icontheme('selection-end'); }
-} 
  
 /**********************
  * Window Decorations *
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index 6d9b71c..6139092 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -754,6 +754,14 @@ GtkPopover {
         border-color: rgba(255, 255, 255, 0.2);
         color: #939695; }
 
+.cursor-handle {
+  background-color: transparent;
+  background-image: none; }
+  .cursor-handle.top {
+    -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); }
+  .cursor-handle.bottom {
+    -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); }
+
 /*****************
  * Notebooks and *
  * Tabs          *
@@ -1596,17 +1604,6 @@ GtkInfoBar {
       background-image: linear-gradient(to bottom, #393f3f);
       box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
 
-/********************************
- * Touch text selection handles *
- ********************************/
-.cursor-handle {
-  background-color: transparent; }
-  .cursor-handle.top {
-    border: 6px solid red;
-    background-image: -gtk-icontheme("selection-start"); }
-  .cursor-handle.bottom {
-    background-image: -gtk-icontheme("selection-end"); }
-
 /**********************
  * Window Decorations *
  *********************/
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index 74f7e2a..4c4f233 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -754,6 +754,14 @@ GtkPopover {
         border-color: rgba(255, 255, 255, 0.2);
         color: #8d9091; }
 
+.cursor-handle {
+  background-color: transparent;
+  background-image: none; }
+  .cursor-handle.top {
+    -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); }
+  .cursor-handle.bottom {
+    -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); }
+
 /*****************
  * Notebooks and *
  * Tabs          *
@@ -1596,17 +1604,6 @@ GtkInfoBar {
       background-image: linear-gradient(to bottom, #ededed);
       box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
 
-/********************************
- * Touch text selection handles *
- ********************************/
-.cursor-handle {
-  background-color: transparent; }
-  .cursor-handle.top {
-    border: 6px solid red;
-    background-image: -gtk-icontheme("selection-start"); }
-  .cursor-handle.bottom {
-    background-image: -gtk-icontheme("selection-end"); }
-
 /**********************
  * Window Decorations *
  *********************/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]