color selector

This commit is contained in:
2015-06-08 20:32:46 +02:00
parent bb2e8e8c73
commit 0f7329736e
6 changed files with 23 additions and 10 deletions

View File

@@ -1143,6 +1143,7 @@
}
#options .options_box input[type=text],
#options .options_box input[type=color],
#options .options_box input[type=password],
#options .options_box select,
#options .options_box .checkbox {
@@ -1154,6 +1155,11 @@
width:calc(50% - 10px);
}
#options .options_box input[type=color] {
width:50%;
padding:3px 5px;
}
#options .options_box .button {
float:left;
clear:both;