X-Git-Url: http://git.onelab.eu/?p=sfa-gui.git;a=blobdiff_plain;f=public%2FSfaGUI.css;fp=public%2FSfaGUI.css;h=9994267609aae4d14dee35167a84e24011899725;hp=32ad2a2ea14380970dd528d37c12f36cbbb08acd;hb=1d432dd802ffdf4fd7960bf105e8e06251f402c5;hpb=2161dfb4ced32f92fc90488b3bb09734cb89622f diff --git a/public/SfaGUI.css b/public/SfaGUI.css index 32ad2a2..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: white; - 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 } @@ -206,10 +206,10 @@ a:visited { .ks-List .ks-SinkItem { background-color: white; - border-top: 1px solid #C3D9FF; - border-left: 1px solid #C3D9FF; - border-right: 1px solid #C3D9FF; - border-bottom: 1px solid #C3D9FF; + 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; @@ -218,7 +218,7 @@ a:visited { } .ks-List .ks-SinkItem-selected { - background-color: #C3D9FF; + background-color: darkgray; font-weight: bold; } @@ -239,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; @@ -248,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; }