summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Watson <mattdangerw@gmail.com>2013-10-15 18:10:19 -0700
committerMatt Watson <mattdangerw@gmail.com>2013-10-15 18:10:19 -0700
commitcea362229776ae0fcb73ac2e016fccde53c9da3f (patch)
tree929de7ecd95876c7791f0a6d0520b4807d6c420b
parent4c046e0990dedc88fd29d76513737b64344bdfe8 (diff)
Themed sdk topbar with the lato font
So the font on all the topbar buttons should have a common look and feel. Still not foolproof, star selecting widgets inside an app's css and changing the font family will override this [endlessm/eos-sdk#358]
-rw-r--r--data/css/endless-widgets.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/css/endless-widgets.css b/data/css/endless-widgets.css
index 56240bf..2f289f6 100644
--- a/data/css/endless-widgets.css
+++ b/data/css/endless-widgets.css
@@ -5,6 +5,9 @@
/* Endless window top bar */
.top-bar {
+ font-family: "Lato";
+ font-style: bold;
+ font-size: 11px;
background-image: -gtk-gradient(linear, center top, center bottom,
from(#464646), to(#1e1e1e));
}