From 816ffed24b033da36923e9e387d540e5e876a578 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Tue, 4 Mar 2014 20:31:45 +0100 Subject: launcher: add new app launcher window and replace old grid with it --- shell/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'shell/style.css') diff --git a/shell/style.css b/shell/style.css index 4cb3fb5..b623430 100644 --- a/shell/style.css +++ b/shell/style.css @@ -29,3 +29,21 @@ background-color: #929292; color: white; } + +.wgs-grid { + background-color: alpha(white, 0.5); +} + +.wgs-grid-item { + background-color: alpha(black, 0.7); + color: white; + font: Droid Sans 12; + border-style: solid; + border-color: #6d6d6d; + border-width: 1px; + border-radius: 1px; +} + +.wgs-grid-label { + background-color: #929292; +} \ No newline at end of file -- cgit v1.3.1