color selector
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user