Fixed not shown modified marker before select box.

This commit is contained in:
Martin Edenhofer 2016-08-03 01:25:16 +02:00
parent 3ffdce39b4
commit 3215f64511

View file

@ -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;