GUI -- Tweaks to make round things less roundy and shadows less shadowy.
Change-Id: Icaad986c1f494514c29def3f5e632ffeedc9257b
Showing
3 changed files
with
3 additions
and
3 deletions
... | @@ -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 { | ... | ... |
-
Please register or login to post a comment