diff options
-rw-r--r-- | rcm.css | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 { |