X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=public%2FSfaGUI.css;h=9994267609aae4d14dee35167a84e24011899725;hb=babb929902ed6ce715bebe8d0a2d6bb5ac6a570e;hp=c62461d6d3cde37e851a676196f160978a4ada88;hpb=3eb4a90294f4a605cb9a18666f1e6e656e9b86a8;p=sfa-gui.git diff --git a/public/SfaGUI.css b/public/SfaGUI.css index c62461d..9994267 100644 --- a/public/SfaGUI.css +++ b/public/SfaGUI.css @@ -32,13 +32,13 @@ a:visited { } .gwt-DialogBox { - sborder: 8px solid #C3D9FF; + sborder: 8px solid darkgray; border: 2px outset; background-color: white; } .gwt-DialogBox .Caption { - background-color: #C3D9FF; + background-color: darkgray; padding: 3px; margin: 2px; font-weight: bold; @@ -53,12 +53,12 @@ a:visited { .gwt-HorizontalSplitter .Bar { width: 8px; - background-color: #C3D9FF; + background-color: darkgray; } .gwt-VerticalSplitter .Bar { height: 8px; - background-color: #C3D9FF; + background-color: darkgray; } .gwt-HTML { @@ -79,8 +79,8 @@ a:visited { } .gwt-MenuBar { - background-color: #C3D9FF; - border: 1px solid #87B3FF; + background-color: darkgray; + border: 1px solid gray; cursor: default; } @@ -105,31 +105,31 @@ a:visited { } .gwt-TabPanelBottom { - border-left: 1px solid #87B3FF; + border-left: 1px solid gray; } .gwt-TabBar { - background-color: #C3D9FF; + background-color: darkgray; /* font-size: smaller; */ } .gwt-TabBar .gwt-TabBarFirst { height: 100%; - border-bottom: 1px solid #87B3FF; + border-bottom: 1px solid gray; padding-left: 3px; } .gwt-TabBar .gwt-TabBarRest { - border-bottom: 1px solid #87B3FF; + border-bottom: 1px solid gray; padding-right: 3px; } .gwt-TabBar .gwt-TabBarItem { - background-color: #d2d8e0; - border-top: 1px solid #87B3FF; - border-left: 1px solid #87B3FF; - border-right: 1px solid #87B3FF; - border-bottom: 1px solid #87B3FF; + background-color: silver; + border-top: 1px solid gray; + border-left: 1px solid gray; + border-right: 1px solid gray; + border-bottom: 1px solid gray; padding: 2px; padding-left: 8px; padding-right: 8px; @@ -142,9 +142,9 @@ a:visited { .gwt-TabBar .gwt-TabBarItem-selected { background-color: #E8EEF7; font-weight: bold; - border-top: 1px solid #87B3FF; - border-left: 1px solid #87B3FF; - border-right: 1px solid #87B3FF; + border-top: 1px solid gray; + border-left: 1px solid gray; + border-right: 1px solid gray; border-bottom: 1px solid #E8EEF7; padding: 2px; padding-left: 8px; @@ -169,14 +169,14 @@ a:visited { } .gwt-Tree .gwt-TreeItem-selected { - background-color: #C3D9FF; + background-color: darkgray; } .gwt-StackPanel { } .gwt-StackPanel .gwt-StackPanelItem { - background-color: #C3D9FF; + background-color: darkgray; cursor: pointer; cursor: hand; } @@ -186,14 +186,14 @@ a:visited { /* -------------------------------------------------------------------------- */ .ks-Sink { - border: 8px solid #C3D9FF; + border: 8px solid darkgray; background-color: #E8EEF7; width: 100%; height: 24em; -} +} .ks-Info { - background-color: #C3D9FF; + background-color: darkgray; padding: 10px 10px 2px 10px; font-weight: bold } @@ -205,7 +205,11 @@ a:visited { } .ks-List .ks-SinkItem { - background-color: #d2d8e0; + background-color: white; + border-top: 1px solid darkgray; + border-left: 1px solid darkgray; + border-right: 1px solid darkgray; + border-bottom: 1px solid darkgray; width: 100%; padding: 0.3em; padding-right: 32px; @@ -214,7 +218,8 @@ a:visited { } .ks-List .ks-SinkItem-selected { - background-color: #C3D9FF; + background-color: darkgray; + font-weight: bold; } .ks-images-Image { @@ -234,7 +239,7 @@ a:visited { } .ks-layouts-Label { - background-color: #C3D9FF; + background-color: darkgray; font-weight: bold; margin-top: 1em; padding: 2px 0px 2px 0px; @@ -243,14 +248,14 @@ a:visited { .ks-layouts-Scroller { height: 128px; - border: 2px solid #C3D9FF; + border: 2px solid darkgray; padding: 8px; margin: 8px; } .ks-popups-Popup { background-color: white; - border: 1px solid #87B3FF; + border: 1px solid gray; padding: 4px; }