From 820345f84d32edf1648c49a6f52f458d22d29d4a Mon Sep 17 00:00:00 2001 From: str4d Date: Fri, 29 Jun 2012 13:49:37 +0000 Subject: [PATCH] Changes to dark theme from dr|z3d to improve look of tunnel wizard --- .../resources/themes/console/dark/default.css | 22 ++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/installer/resources/themes/console/dark/default.css b/installer/resources/themes/console/dark/default.css index b9be63806..8347936ea 100644 --- a/installer/resources/themes/console/dark/default.css +++ b/installer/resources/themes/console/dark/default.css @@ -209,7 +209,7 @@ hr { font-size: 8.5pt; color: #EEEE99; background-color: #020; - background: #000; /*url(images/camotile2.png);*/ + background: #000 url(images/camotile2.png); -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; @@ -220,6 +220,18 @@ hr { .iframed .panel { margin: 16px auto -8px auto !important; } + +.panel td:first-child { + font-weight: bold; +} + +.panel td { + padding: 6px 0 8px; +} + +.panel td:last-child { + border-bottom: 1px dotted #494; +} .panel .footer { float: right; @@ -285,25 +297,25 @@ hr { a:link{ color: #494; text-decoration: none; - background: #000; + background: none; } a:visited{ color: #7b7; text-decoration: none; - background: #000; + background: none; } a:hover{ color: #ff6600; text-decoration: underline; - background: #000; + background: none; } a:active{ color: #900; text-decoration: underline; - background: #000; + background: none; } input {