Adjust on focus css style for the auto refresh trigger button

refs #7945
This commit is contained in:
Alexander Fuhr 2015-02-16 12:05:26 +01:00
parent 28a8af1933
commit 240c55fcaf
1 changed files with 2 additions and 0 deletions

View File

@ -284,6 +284,7 @@ a:focus {
position: absolute;
display: block;
left: -999em;
box-sizing: content-box;
width: 10.4em !important;
top: 0em;
text-align: left !important;
@ -293,6 +294,7 @@ a:focus {
border: 1px @colorGray solid;
&:focus {
left: 0;
outline: 1px dotted black !important;
}
}
}