mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-22 03:16:34 +00:00
[css] modified 'focus' (#1124)
This commit is contained in:
@@ -455,6 +455,10 @@ p { margin:0.5em 0; }
|
|||||||
.sf2-icon-edit:hover {
|
.sf2-icon-edit:hover {
|
||||||
opacity:1;
|
opacity:1;
|
||||||
}
|
}
|
||||||
|
a.op-icon:focus {
|
||||||
|
outline:none;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
.op-icon:hover {/** for <a> **/
|
.op-icon:hover {/** for <a> **/
|
||||||
color:#888;
|
color:#888;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
@@ -635,6 +639,7 @@ textarea:-moz-placeholder {/* for FF */
|
|||||||
color:#747476;
|
color:#747476;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
outline:none; /* to overwrite webkit ':focus' style */
|
outline:none; /* to overwrite webkit ':focus' style */
|
||||||
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
.left-right-tabs-nav a:hover {
|
.left-right-tabs-nav a:hover {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
|
Reference in New Issue
Block a user