UI tweaks
[sfa-gui.git] / public / SfaGUI.css
index c62461d..32ad2a2 100644 (file)
@@ -125,7 +125,7 @@ a:visited {
 }
 
 .gwt-TabBar .gwt-TabBarItem {
-  background-color: #d2d8e0;
+  background-color: white;
   border-top: 1px solid #87B3FF;
   border-left: 1px solid #87B3FF;
   border-right: 1px solid #87B3FF;
@@ -205,7 +205,11 @@ a:visited {
 }
 
 .ks-List .ks-SinkItem {
-  background-color: #d2d8e0;
+  background-color: white;
+  border-top: 1px solid #C3D9FF;
+  border-left: 1px solid #C3D9FF;
+  border-right: 1px solid #C3D9FF;
+  border-bottom: 1px solid #C3D9FF;
   width: 100%;
   padding: 0.3em;
   padding-right: 32px;
@@ -215,6 +219,7 @@ a:visited {
 
 .ks-List .ks-SinkItem-selected {
   background-color: #C3D9FF;
+  font-weight: bold;
 }
 
 .ks-images-Image {