Remove the outline of previews on Firefox when focused for example.

This commit is contained in:
Nicolas Stepien 2012-02-11 20:35:27 +01:00
parent 658ebb26c0
commit 272fb0e66e
2 changed files with 2 additions and 0 deletions

View File

@ -3735,6 +3735,7 @@ a[href="javascript:;"] {\
height: 90px; width: 90px;\
margin: 5px; padding: 2px;\
opacity: .5;\
outline: none;\
overflow: hidden;\
position: relative;\
text-shadow: 0 1px 1px #000;\

View File

@ -2995,6 +2995,7 @@ a[href="javascript:;"] {
height: 90px; width: 90px;
margin: 5px; padding: 2px;
opacity: .5;
outline: none;
overflow: hidden;
position: relative;
text-shadow: 0 1px 1px #000;