[gnome-shell/wip/sass: 79/99] theme: subkeys themeing for OSK
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sass: 79/99] theme: subkeys themeing for OSK
- Date: Tue, 17 Feb 2015 12:09:16 +0000 (UTC)
commit c7bcad1073ee67343ffc95126614798aa4b060ef
Author: Jakub Steiner <jimmac gmail com>
Date: Thu Jan 29 16:06:10 2015 +0100
theme: subkeys themeing for OSK
data/theme/_common.scss | 8 ++++----
data/theme/gnome-shell-high-contrast.css | 6 +++---
data/theme/gnome-shell.css | 6 +++---
3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index 0f29cd9..df3efaf 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -1437,7 +1437,7 @@ StScrollBar {
/* On-screen Keyboard */
#keyboard {
- background: transparentize($osd_bg_color, 0.3);
+ background-color: transparentize($osd_bg_color, 0.3);
}
.keyboard-layout {
@@ -1468,13 +1468,13 @@ StScrollBar {
}
}
- .keyboard-subkeys {
+ .keyboard-subkeys { //long press on a key popup
color: white;
padding: 5px;
-arrow-border-radius: 10px;
- -arrow-background-color: #090909;
+ -arrow-background-color: transparentize($osd_bg_color, 0.3);
-arrow-border-width: 2px;
- -arrow-border-color: white;
+ -arrow-border-color: transparentize($fg_color,0.8);
-arrow-base: 20px;
-arrow-rise: 10px;
-boxpointer-gap: 5px;
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 2383619..fff401b 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -1618,7 +1618,7 @@ StScrollBar {
/* On-screen Keyboard */
#keyboard {
- background: rgba(46, 52, 54, 0.7); }
+ background-color: rgba(46, 52, 54, 0.7); }
.keyboard-layout {
spacing: 10px;
@@ -1670,9 +1670,9 @@ StScrollBar {
color: white;
padding: 5px;
-arrow-border-radius: 10px;
- -arrow-background-color: #090909;
+ -arrow-background-color: rgba(46, 52, 54, 0.7);
-arrow-border-width: 2px;
- -arrow-border-color: white;
+ -arrow-border-color: rgba(255, 255, 255, 0.2);
-arrow-base: 20px;
-arrow-rise: 10px;
-boxpointer-gap: 5px; }
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index eafc444..a83d127 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1618,7 +1618,7 @@ StScrollBar {
/* On-screen Keyboard */
#keyboard {
- background: rgba(46, 52, 54, 0.7); }
+ background-color: rgba(46, 52, 54, 0.7); }
.keyboard-layout {
spacing: 10px;
@@ -1670,9 +1670,9 @@ StScrollBar {
color: white;
padding: 5px;
-arrow-border-radius: 10px;
- -arrow-background-color: #090909;
+ -arrow-background-color: rgba(46, 52, 54, 0.7);
-arrow-border-width: 2px;
- -arrow-border-color: white;
+ -arrow-border-color: rgba(238, 238, 236, 0.2);
-arrow-base: 20px;
-arrow-rise: 10px;
-boxpointer-gap: 5px; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]