Fixed not shown modified marker before select box.
This commit is contained in:
parent
3ffdce39b4
commit
3215f64511
1 changed files with 1 additions and 1 deletions
|
@ -4208,7 +4208,7 @@ footer {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 23px;
|
top: 23px;
|
||||||
left: -16px;
|
left: -12px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 3px;
|
width: 3px;
|
||||||
background: repeating-linear-gradient(45deg, hsl(193,18%,90%), hsl(193,18%,90%) 5px, transparent 5px, transparent 9px) repeat center;
|
background: repeating-linear-gradient(45deg, hsl(193,18%,90%), hsl(193,18%,90%) 5px, transparent 5px, transparent 9px) repeat center;
|
||||||
|
|
Loading…
Reference in a new issue