1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 10:51:17 +00:00

[css] modified 'focus' (#1124)

This commit is contained in:
llj
2016-04-14 14:34:31 +08:00
committed by Daniel Pan
parent 9cea2733ca
commit fb802a54b0

View File

@@ -455,6 +455,10 @@ p { margin:0.5em 0; }
.sf2-icon-edit:hover {
opacity:1;
}
a.op-icon:focus {
outline:none;
text-decoration:none;
}
.op-icon:hover {/** for <a> **/
color:#888;
text-decoration:none;
@@ -635,6 +639,7 @@ textarea:-moz-placeholder {/* for FF */
color:#747476;
font-size:14px;
outline:none; /* to overwrite webkit ':focus' style */
text-decoration:none;
}
.left-right-tabs-nav a:hover {
text-decoration:none;