Эх сурвалжийг харах

[core] Unified the context menu shadow look

Enrico Berti 9 жил өмнө
parent
commit
9cd05c12ed

+ 9 - 1
desktop/core/src/desktop/static/desktop/css/hue3.css

@@ -2295,7 +2295,7 @@ body {
   transition: opacity .3s;
 }
 
-.hue-contex-menu > li {
+.hue-context-menu > li {
   min-width: 170px;
   color: #e5e5e5;
 }
@@ -2393,3 +2393,11 @@ body {
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
 }
+
+.dropdown-menu {
+  border-radius: 2px;
+  background-color: #FFF;
+  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.18);
+  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18), 0 2px 8px 0 rgba(0, 0, 0, 0.13);
+  transition: opacity .3s;
+}