css: fix default skin after all the changes made to Colibris

This commit is contained in:
Sebastian Castro 2020-04-09 08:40:49 +02:00 committed by muxator
parent 7fb086edbe
commit 21de2bf4a0
7 changed files with 13 additions and 8 deletions

View file

@ -19,8 +19,6 @@
right: 30px;
visibility: hidden;
z-index: 500;
min-width: 300px;
max-width: 600px;
}
#mycolorpicker {
top: 0;
@ -35,6 +33,8 @@
border: 1px solid #ccc;
box-shadow: 0 2px 4px #ddd;
background: #f7f7f7;
min-width: 300px;
max-width: 600px;
}
.popup input[type=text] {
width: 100%;