fix color type in options
This commit is contained in:
@@ -1160,6 +1160,16 @@
|
||||
padding:3px 5px;
|
||||
}
|
||||
|
||||
#options .options_box .option_line .clear {
|
||||
margin-left:10px;
|
||||
float:right;
|
||||
clear:inherit;
|
||||
color:$col_main_1;
|
||||
}
|
||||
#options .options_box .option_line .clear + input {
|
||||
width:calc(50% - 10px - 30px);
|
||||
}
|
||||
|
||||
#options .options_box .button {
|
||||
float:left;
|
||||
clear:both;
|
||||
|
||||
Reference in New Issue
Block a user