From 7203be88fdc6754acef234fa7d9010686fecdf08 Mon Sep 17 00:00:00 2001 From: skaman82 Date: Sun, 8 Nov 2015 18:04:29 +0100 Subject: [PATCH] little adjustments --- tabs/receiver.css | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/tabs/receiver.css b/tabs/receiver.css index aa22c24c..fc8ef7db 100644 --- a/tabs/receiver.css +++ b/tabs/receiver.css @@ -168,8 +168,9 @@ } .tab-receiver .tunings table th { - background: #8b8b8b; + background: #828885; color: white; + border-right: 1px solid silver; } @@ -179,11 +180,14 @@ .tab-receiver .tunings table th:last-child { border-top-right-radius: 3px; + border-right: 0px; } .tab-receiver .tunings table td { background: #DEDEDE; + border-right: 1px solid silver; + } .tab-receiver .tunings table td:first-child { @@ -192,6 +196,7 @@ .tab-receiver .tunings table td:last-child { border-bottom-right-radius: 5px; + border-right: 0px; } .tab-receiver .tunings table td { @@ -229,7 +234,7 @@ text-align: left; padding-left: 6px; font-weight: bold; - background: #8b8b8b; + background: #828885; color: white; border-top-right-radius: 5px; @@ -261,15 +266,19 @@ text-align: left; padding-left: 6px; font-weight: bold; - background: #8b8b8b; + background: #828885; color: white; border-top-left-radius: 5px; - + border-right: 1px solid silver; } .tab-receiver .rcmap_wrapper .head span { } +.tab-receiver .hybrid_element { + border-right: 1px solid silver; +} + .tab-receiver .hybrid_element input { position: absolute; padding-left: 5px;