Browse Source

HUE-3767 [editor] The global settings demi modal has a too dark shadow

Enrico Berti 9 years ago
parent
commit
d14e230
1 changed files with 4 additions and 6 deletions
  1. 4 6
      desktop/core/src/desktop/static/desktop/css/hue3.css

+ 4 - 6
desktop/core/src/desktop/static/desktop/css/hue3.css

@@ -1696,9 +1696,7 @@ html.modal-open {
   padding: 0;
   background-color: #ffffff;
   min-height: 210px;
-  border: 1px solid #999;
-  border: 1px solid rgba(0, 0, 0, 0.3);
-  *border: 1px solid #999;
+  border: 1px solid #CCC;
   -webkit-border-bottom-right-radius: 0px;
   -webkit-border-bottom-left-radius: 0px;
   -moz-border-radius-bottomright: 0px;
@@ -1706,9 +1704,9 @@ html.modal-open {
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   outline: none;
-  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
-  -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
-  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
+  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
+  -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
+  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
   -webkit-background-clip: padding-box;
   -moz-background-clip: padding-box;
   background-clip: padding-box;