UI spring cleaning: customer menus, and some consistency with top menus
authorIvan Kohler <ivan@freeside.biz>
Sun, 14 Jun 2015 06:45:52 +0000 (23:45 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sun, 14 Jun 2015 06:45:52 +0000 (23:45 -0700)
httemplate/elements/freeside.css
httemplate/elements/xmenu.css
httemplate/elements/xmenu.top.css

index 6a1d238..7e8ae87 100644 (file)
@@ -179,13 +179,11 @@ div.fstabcontainer {
   background-color:#ffffff;
   padding:8px;
   clear: left;
-  border-left: thin solid #CFDEFF;
-  border-right: thin solid #CFDEFF;
-  border-bottom: thin solid #CFDEFF;
+  border-left: thin solid #7e0079;
+  border-right: thin solid #7e0079;
+  border-bottom: thin solid #7e0079;
+  border-top: thin solid #7e0079;
 /*
-  border-left:1px solid #7e0079;
-  border-right:1px solid #7e0079;
-  border-bottom:1px solid #7e0079;
   border-top:1px solid #7e0079;
 */
 }
index afd9e91..79990d3 100644 (file)
@@ -28,9 +28,9 @@
         border-radius: 4px;
        padding:                1px;
        background:             white;
-        -moz-box-shadow: #000000 1px 1px 4px;
-        -webkit-box-shadow: #000000 1px 1px 4px;
-        box-shadow: #000000 1px 1px 4px;
+        -moz-box-shadow: #333333 1px 1px 2px;
+        -webkit-box-shadow: #333333 1px 1px 2px;
+        box-shadow: #333333 1px 1px 2px;
 }
 
 .webfx-menu-empty {
index 4b6f151..b722768 100644 (file)
        z-index:                9999;
        visibility:             hidden;
        border:                 1px solid #7e0079;
-        -moz-border-radius: 4px;
-        -webkit-border-radius: 4px;
-        border-radius: 4px;
+       border-radius: 2px;
        padding:                1px;
        background:             white;
-        -moz-box-shadow: #000000 1px 1px 4px;
-        -webkit-box-shadow: #000000 1px 1px 4px;
-        box-shadow: #000000 1px 1px 4px;
+        box-shadow: #333333 1px 1px 2px;
 }
 
 .webfx-menu-empty {