summaryrefslogtreecommitdiff
path: root/shell/style.css
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-06-28 11:23:27 +0000
committerschneefux <schneefux+commit@schneefux.xyz>2014-06-28 11:23:27 +0000
commitf234933f0b9f9648d504543f3674f9e372406267 (patch)
tree32d8d267e960b4f300a1437e4589125e0e920484 /shell/style.css
parentdbd27ad786ae9ef578adddd730c74fc0431381d8 (diff)
downloadgraynard-f234933f0b9f9648d504543f3674f9e372406267.tar.gz
graynard-f234933f0b9f9648d504543f3674f9e372406267.zip
adjust look and feel
Diffstat (limited to 'shell/style.css')
-rw-r--r--shell/style.css33
1 files changed, 1 insertions, 32 deletions
diff --git a/shell/style.css b/shell/style.css
index 9d0d694..aaed96b 100644
--- a/shell/style.css
+++ b/shell/style.css
@@ -1,34 +1,3 @@
.maynard-panel {
- background-color: alpha(black, 0.7);
-}
-
-.maynard-system {
- background-color: #6d6d6d;
- padding: 13px;
- color: #fcfcfc;
-}
-
-.maynard-system:hover {
- background-color: alpha(#6d6d6d, 0.8);
- color: white;
-}
-
-.maynard-audio {
- background-color: #b4b4b4;
- color: #fcfcfc;
- padding: 13px;
-}
-
-.maynard-audio:hover {
- background-color: alpha(#b4b4b4, 0.8);
- color: white;
-}
-
-.maynard-apps {
- color: #bebebe;
-}
-
-.maynard-apps:hover {
- background-color: alpha(black, 0.2);
- color: white;
+ background-color: alpha(black, 0.8);
}