summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-04-18 19:04:24 +0200
committerStef Walter <stefw@gnome.org>2012-04-19 11:02:45 +0200
commit44cb54c723349097b9703ec439e4596b6c49d693 (patch)
tree44f51fbb8d9d8e175c3752a182bda2d537d4893e
parent7ba474dcb6bf438bf2336d9cb6178feecdacec7e (diff)
downloadcaribou-44cb54c723349097b9703ec439e4596b6c49d693.tar.gz
Not using units is deprecated in gtk CSS is deprecated
* Use 'px' instead. https://bugzilla.gnome.org/show_bug.cgi?id=674344
-rw-r--r--data/antler/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/antler/style.css b/data/antler/style.css
index 460b123..0e830dc 100644
--- a/data/antler/style.css
+++ b/data/antler/style.css
@@ -10,10 +10,10 @@
@define-color group_scan_color2 darker(@group_scan_color1);
.antler-keyboard-button {
- border-width: 0;
- border-radius: 2;
- border-image: url("dark-key-border.svg") 2 2 2 2 repeat stretch;
- font: Sans 14;
+ border-width: 0px;
+ border-radius: 2px;
+ border-image: url("dark-key-border.svg") 2px 2px 2px 2px repeat stretch;
+ font: Sans 14px;
background-image: -gtk-gradient (linear,
left top,
left bottom,