Fix style for restore link
This commit is contained in:
parent
aaadd1920b
commit
4f566b1be6
|
@ -157,10 +157,10 @@
|
|||
}
|
||||
|
||||
.revision-restore {
|
||||
color: @text-normal-ie;
|
||||
color: @text-normal;
|
||||
border-bottom: @scaled-one-px-value-ie dotted @text-normal-ie;
|
||||
border-bottom: @scaled-one-px-value dotted @text-normal;
|
||||
color: @text-normal-pressed-ie;
|
||||
color: @text-normal-pressed;
|
||||
border-bottom: @scaled-one-px-value-ie dotted @text-normal-pressed-ie;
|
||||
border-bottom: @scaled-one-px-value dotted @text-normal-pressed;
|
||||
height: 16px;
|
||||
margin-top: 5px;
|
||||
white-space: pre-wrap;
|
||||
|
|
Loading…
Reference in a new issue