From 7e7499d4f2469e49ad3c9039d76282780920c821 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sat, 15 Sep 2012 23:40:17 -0400 Subject: [PATCH] Decrease opacity on xonborder, add opacity to all tables. --- xonstat/static/css/style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/xonstat/static/css/style.css b/xonstat/static/css/style.css index e212551..a24f6a0 100755 --- a/xonstat/static/css/style.css +++ b/xonstat/static/css/style.css @@ -3391,6 +3391,12 @@ a.thumbnail:hover { .invisible { visibility: hidden; } + +/* Custom Stuff */ +table { + background: rgb(0, 0, 0); /* IE Fallback */ + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7); +} #statline { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; @@ -3399,8 +3405,8 @@ a.thumbnail:hover { } #xonborder { background: rgb(0, 0, 0); /* IE Fallback */ - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8); - border-radius: 6px 6px 6px 6px; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + border-radius: 15px 15px 15px 15px; margin-bottom: 30px; padding: 20px; } -- 2.39.2