diff --git a/data/interfaces/brink/CSS/style.css b/data/interfaces/brink/CSS/style.css index ddbbc685..be36092c 100644 --- a/data/interfaces/brink/CSS/style.css +++ b/data/interfaces/brink/CSS/style.css @@ -52,9 +52,9 @@ h1 a:hover border: 1px solid #000; margin: 0; } -h2 { font-size: 15px; color: #000; text-shadow: 1px 1px 0px rgba(255,255,255,0.2); margin-bottom: 0px; text-decoration: none;} -h3 { font-size: 12px; color: #fafafa; text-shadow: 1px 1px 0px rgb(10,10,10); text-decoration: none; margin: 0px;} -h4 { font-size: 10px; color: rgb(100,100,100); text-decoration: none;} +h2 { font-size: 13px; color: #000; text-shadow: 1px 1px 0px rgba(255,255,255,0.2); margin-bottom: 0px; text-decoration: none;} +h3 { font-size: 12px; font-weight: bold; color: rgb(160,160,160); text-shadow: 1px 1px 0px rgb(10,10,10);} +h4 { font-size: 11px; color: rgb(100,100,100); text-decoration: none;} p { color: rgb(160,160,160); text-shadow: 1px 1px 1px #000; margin-top: 8px; margin-bottom: 8px; } @@ -642,19 +642,13 @@ text-shadow: 1px 1px 0px rgb(190,0,31); -webkit-border-radius: 3px; box-shadow: 1px 1px 0px rgba(255,255,255,0.2); border: 1px solid #000; - background: url(../Images/arrow-down.png); + background: url(../Images/arrowDown.png); background-position: 98% 50%; background-repeat: no-repeat; background-color: rgb(160,160,160); overflow: hidden; } -.select:hover, -.select:active -{ - background-color: rgb(210,210,210); -} - /*Tooltip*/ .tooltip { @@ -768,7 +762,11 @@ input[type="text"] .configtable { font-size: 14px; vertical-align: middle; border-spacing: 10px; border-collapse: separate; } .configtable td { - padding: 5px; + padding: 20px; + background-color: rgba(0,0,0,0.2); + box-shadow: 1px 1px 0px rgba(255,255,255,0.2); + border-top: 1px solid rgba(0,0,0,0.2); + border-left: 1px solid rgba(0,0,0,0.2); } .configtable td#middle { vertical-align: middle; } .configtable.open{ diff --git a/data/interfaces/brink/base.html b/data/interfaces/brink/base.html index e08c51a0..d3c84b09 100644 --- a/data/interfaces/brink/base.html +++ b/data/interfaces/brink/base.html @@ -28,21 +28,12 @@ ${next.javascriptIncludes()} - + + - - - - - - diff --git a/data/interfaces/brink/config.html b/data/interfaces/brink/config.html index 5a1c1620..86db5a90 100644 --- a/data/interfaces/brink/config.html +++ b/data/interfaces/brink/config.html @@ -19,61 +19,43 @@
Enable +
This will launch the browser when running Headphones
+ +
-
+
(Web Interface changes require a restart to take effect)