Increase contrast of popovers on editor

This commit is contained in:
Rafael Conde 2017-05-10 08:58:21 -07:00
parent 7fd8556ba5
commit cb45997c24
3 changed files with 5 additions and 3 deletions

View File

@ -3,7 +3,7 @@
--defaultColorLight: #fff;
--backgroundColor: #fff;
--backgroundColorShaded: #eee;
--shadowColor: rgba(19, 39, 48, .12);
--shadowColor: rgba(19, 39, 48, .24);
--infoColor: #69c;
--primaryColor: #4990e2;
--successColor: #1c7;
@ -13,7 +13,7 @@
--textMutedColor: #8c8c8c;
--borderRadius: 4px;
--borderRadiusLarge: 8px;
--dropShadow: 0 2px 4px 0 rgba(19, 39, 48, .12);
--dropShadow: 0 2px 8px 0 rgba(0, 0, 0, .16);
--topmostZindex: 99999;
--foregroundAltColor: #fff;
--backgroundAltColor: #232528;

View File

@ -2,10 +2,11 @@
.pluginForm {
position: absolute;
background-color: var(--backgroundTertiaryColorDark);
background-color: var(--backgroundColor);
margin-top: -20px;
margin-bottom: 30px;
margin-left: 20px;
border: 2px solid rgba(0, 0, 0, .15);
border-radius: var(--borderRadius);
box-shadow: var(--dropShadow);
overflow: hidden;

View File

@ -144,6 +144,7 @@ img {
background: #fff;
border: 2px solid rgba(0, 0, 0, .15);
border-radius: 2px;
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .16);
}
& .rdtOpen .rdtPicker {
display: block;