Commit 0212f5a8 by wd

修改color未选中样式

parent c3243b2d
...@@ -2245,14 +2245,15 @@ button.action.submit.primary { ...@@ -2245,14 +2245,15 @@ button.action.submit.primary {
background-clip: content-box!important; background-clip: content-box!important;
padding: 5px; padding: 5px;
margin-left: 3%; margin-left: 3%;
border: 1px solid rgba(23,23,23,0.3);
} }
.swatch-option.color.selected{ .swatch-option.color.selected{
border: 2px solid black; border: 2px solid black!important;
} }
.swatch-option.image.selected{ .swatch-option.image.selected{
border: 2px solid black; border: 2px solid black!important;
} }
.swatch-option.text{ .swatch-option.text{
...@@ -2323,7 +2324,7 @@ button.action.submit.primary { ...@@ -2323,7 +2324,7 @@ button.action.submit.primary {
.swatch-option.text .swatch-option.text
{ {
width: auto !important; width: auto !important;
line-height: 13px!important; line-height: 10px!important;
height: 30px !important; height: 30px !important;
min-width: 30px; min-width: 30px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment