summaryrefslogtreecommitdiff
path: root/rcm.css
diff options
context:
space:
mode:
Diffstat (limited to 'rcm.css')
-rw-r--r--rcm.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/rcm.css b/rcm.css
index e170d73..9f93f56 100644
--- a/rcm.css
+++ b/rcm.css
@@ -5,7 +5,8 @@
}
.tooltip {
- font: monospace 12;
+ font-family: monospace;
+ font-size: 12pt;
}
#RemoteControlClientRemoteLabel {
@@ -47,7 +48,8 @@
border-image: none;
background-image: none;
padding: 0px;
- font: sans-serif 12;
+ font-family: sans-serif;
+ font-size: 12pt;
background-image: -gtk-gradient (linear,
left top,
left bottom,
@@ -76,7 +78,8 @@
*/
background-color: @entry-color;
color: #8888ea;
- font: sans-serif 12;
+ font-family: sans-serif;
+ font-size: 12pt;
}
#RemoteControlClientRemoteFrame GtkButton GtkImage {