Simon Hunt

GUI -- Tweaks to make round things less roundy and shadows less shadowy.

Change-Id: Icaad986c1f494514c29def3f5e632ffeedc9257b
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
36 36
37 -moz-border-radius: 6px; 37 -moz-border-radius: 6px;
38 border-radius: 6px; 38 border-radius: 6px;
39 - box-shadow: 2px 2px 16px #777; 39 + box-shadow: 0px 2px 12px #777;
40 } 40 }
41 41
42 /* TODO: light/dark themes */ 42 /* TODO: light/dark themes */
......
...@@ -58,7 +58,7 @@ div.onosView.currentView { ...@@ -58,7 +58,7 @@ div.onosView.currentView {
58 padding: 3px 6px; 58 padding: 3px 6px;
59 -moz-border-radius: 6px; 59 -moz-border-radius: 6px;
60 border-radius: 6px; 60 border-radius: 6px;
61 - box-shadow: 4px 6px 12px #777; 61 + box-shadow: 0px 2px 12px #777;
62 } 62 }
63 63
64 #alerts pre { 64 #alerts pre {
......
...@@ -1024,7 +1024,7 @@ ...@@ -1024,7 +1024,7 @@
1024 y: pad, 1024 y: pad,
1025 width: dim.w - pad*2, 1025 width: dim.w - pad*2,
1026 height: dim.h - pad*2, 1026 height: dim.h - pad*2,
1027 - rx: 12 1027 + rx: 8
1028 }; 1028 };
1029 } 1029 }
1030 1030
......