[gnome-shell/wip/sass] theme: ibus candidate popup



commit 8e26898421e19b5b83924b1a211f1fccc25b2aac
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Jan 29 16:17:16 2015 +0100

    theme: ibus candidate popup

 data/theme/_common.scss                  |   29 ++++++++++++
 data/theme/_gnome-shell-old.scss         |   54 -----------------------
 data/theme/gnome-shell-high-contrast.css |   70 +++++++++++++----------------
 data/theme/gnome-shell.css               |   70 +++++++++++++----------------
 4 files changed, 91 insertions(+), 132 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index df3efaf..9e6df2d 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -1480,6 +1480,35 @@ StScrollBar {
       -boxpointer-gap: 5px;
   }
 
+// IBus Candidate Popup
+
+.candidate-popup-content {
+  padding: 0.5em;
+  spacing: 0.3em;
+}
+
+  .candidate-index {
+    padding: 0 0.5em 0 0;
+    color: darken($fg_color,10%);
+  }
+
+  .candidate-box { 
+    padding: 0.3em 0.5em 0.3em 0.5em;
+    border-radius: 4px;
+    &:selected,&:hover { background-color: $selected_bg_color; }
+  }
+
+  .candidate-page-button-box {
+    height: 2em;
+    width: 80px;
+    .vertical & { padding-top: 0.5em; }
+    .horizontal & { padding-left: 0.5em; }
+  }
+
+  .candidate-page-button-previous { border-radius: 4px 0px 0px 4px; }
+  .candidate-page-button-next { border-radius: 0px 4px 4px 0px;  }
+  .candidate-page-button-icon { icon-size: 1em; }
+
 //Mess that is Looking Glass
 #LookingGlassDialog {
   background-color: rgba(0,0,0,0.80);
diff --git a/data/theme/_gnome-shell-old.scss b/data/theme/_gnome-shell-old.scss
index 9354796..7fb15c4 100644
--- a/data/theme/_gnome-shell-old.scss
+++ b/data/theme/_gnome-shell-old.scss
@@ -17,60 +17,6 @@
  * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-
-
-
-
-/* IBus Candidate Popup */
-
-.candidate-popup-content {
-    padding: 0.5em;
-    spacing: 0.3em;
-}
-
-.candidate-index {
-    padding: 0 0.5em 0 0;
-    color: #cccccc;
-}
-
-.candidate-box {
-    padding: 0.3em 0.5em 0.3em 0.5em;
-}
-
-.candidate-box:selected {
-    border-radius: 4px;
-    background-color: rgba(255,255,255,0.2);
-}
-
-.candidate-box:hover {
-    border-radius: 4px;
-    background-color: rgba(255,255,255,0.1);
-}
-.candidate-page-button-box {
-    height: 2em;
-    width: 80px;
-}
-
-.vertical .candidate-page-button-box {
-    padding-top: 0.5em;
-}
-
-.horizontal .candidate-page-button-box {
-    padding-left: 0.5em;
-}
-
-.candidate-page-button-previous {
-    border-radius: 4px 0px 0px 4px;
-}
-
-.candidate-page-button-next {
-    border-radius: 0px 4px 4px 0px;
-}
-
-.candidate-page-button-icon {
-    icon-size: 1em;
-}
-
 /* Login Dialog */
 
 .framed-user-icon {
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index fff401b..deee159 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -16,45 +16,6 @@
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
  */
-/* IBus Candidate Popup */
-.candidate-popup-content {
-  padding: 0.5em;
-  spacing: 0.3em; }
-
-.candidate-index {
-  padding: 0 0.5em 0 0;
-  color: #cccccc; }
-
-.candidate-box {
-  padding: 0.3em 0.5em 0.3em 0.5em; }
-
-.candidate-box:selected {
-  border-radius: 4px;
-  background-color: rgba(255, 255, 255, 0.2); }
-
-.candidate-box:hover {
-  border-radius: 4px;
-  background-color: rgba(255, 255, 255, 0.1); }
-
-.candidate-page-button-box {
-  height: 2em;
-  width: 80px; }
-
-.vertical .candidate-page-button-box {
-  padding-top: 0.5em; }
-
-.horizontal .candidate-page-button-box {
-  padding-left: 0.5em; }
-
-.candidate-page-button-previous {
-  border-radius: 4px 0px 0px 4px; }
-
-.candidate-page-button-next {
-  border-radius: 0px 4px 4px 0px; }
-
-.candidate-page-button-icon {
-  icon-size: 1em; }
-
 /* Login Dialog */
 .framed-user-icon {
   border: 2px solid #8b8b8b;
@@ -1677,6 +1638,37 @@ StScrollBar {
   -arrow-rise: 10px;
   -boxpointer-gap: 5px; }
 
+.candidate-popup-content {
+  padding: 0.5em;
+  spacing: 0.3em; }
+
+.candidate-index {
+  padding: 0 0.5em 0 0;
+  color: #e6e6e6; }
+
+.candidate-box {
+  padding: 0.3em 0.5em 0.3em 0.5em;
+  border-radius: 4px; }
+  .candidate-box:selected, .candidate-box:hover {
+    background-color: #215d9c; }
+
+.candidate-page-button-box {
+  height: 2em;
+  width: 80px; }
+  .vertical .candidate-page-button-box {
+    padding-top: 0.5em; }
+  .horizontal .candidate-page-button-box {
+    padding-left: 0.5em; }
+
+.candidate-page-button-previous {
+  border-radius: 4px 0px 0px 4px; }
+
+.candidate-page-button-next {
+  border-radius: 0px 4px 4px 0px; }
+
+.candidate-page-button-icon {
+  icon-size: 1em; }
+
 #LookingGlassDialog {
   background-color: rgba(0, 0, 0, 0.8);
   spacing: 4px;
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index a83d127..13630be 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -16,45 +16,6 @@
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
  */
-/* IBus Candidate Popup */
-.candidate-popup-content {
-  padding: 0.5em;
-  spacing: 0.3em; }
-
-.candidate-index {
-  padding: 0 0.5em 0 0;
-  color: #cccccc; }
-
-.candidate-box {
-  padding: 0.3em 0.5em 0.3em 0.5em; }
-
-.candidate-box:selected {
-  border-radius: 4px;
-  background-color: rgba(255, 255, 255, 0.2); }
-
-.candidate-box:hover {
-  border-radius: 4px;
-  background-color: rgba(255, 255, 255, 0.1); }
-
-.candidate-page-button-box {
-  height: 2em;
-  width: 80px; }
-
-.vertical .candidate-page-button-box {
-  padding-top: 0.5em; }
-
-.horizontal .candidate-page-button-box {
-  padding-left: 0.5em; }
-
-.candidate-page-button-previous {
-  border-radius: 4px 0px 0px 4px; }
-
-.candidate-page-button-next {
-  border-radius: 0px 4px 4px 0px; }
-
-.candidate-page-button-icon {
-  icon-size: 1em; }
-
 /* Login Dialog */
 .framed-user-icon {
   border: 2px solid #8b8b8b;
@@ -1677,6 +1638,37 @@ StScrollBar {
   -arrow-rise: 10px;
   -boxpointer-gap: 5px; }
 
+.candidate-popup-content {
+  padding: 0.5em;
+  spacing: 0.3em; }
+
+.candidate-index {
+  padding: 0 0.5em 0 0;
+  color: #d6d6d1; }
+
+.candidate-box {
+  padding: 0.3em 0.5em 0.3em 0.5em;
+  border-radius: 4px; }
+  .candidate-box:selected, .candidate-box:hover {
+    background-color: #215d9c; }
+
+.candidate-page-button-box {
+  height: 2em;
+  width: 80px; }
+  .vertical .candidate-page-button-box {
+    padding-top: 0.5em; }
+  .horizontal .candidate-page-button-box {
+    padding-left: 0.5em; }
+
+.candidate-page-button-previous {
+  border-radius: 4px 0px 0px 4px; }
+
+.candidate-page-button-next {
+  border-radius: 0px 4px 4px 0px; }
+
+.candidate-page-button-icon {
+  icon-size: 1em; }
+
 #LookingGlassDialog {
   background-color: rgba(0, 0, 0, 0.8);
   spacing: 4px;


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