Support minicolors widget styles

pull/5742/merge
Aleksander Machniak 7 years ago
parent 1025724e52
commit 54806e053d

@ -5,6 +5,7 @@
"license-url": "http://creativecommons.org/licenses/by-sa/3.0/",
"config": {
"layout": "widescreen",
"jquery_ui_colors_theme": "bootstrap",
"embed_css_location": "/styles/embed.css"
}
}

@ -262,6 +262,14 @@ html.touch {
}
}
.minicolors-panel {
border: 1px solid @color-datepicker-border;
box-shadow: 3px 3px 5px @color-popover-shadow;
border-radius: .3rem;
height: 152px;
padding: 1px;
}
@media screen and (max-width: @screen-width-mini) {
.ui-widget-content {
border-radius: 0;

Loading…
Cancel
Save