refactor(style) add .links user-select: text

This commit is contained in:
coderaiser 2014-02-07 11:19:40 -05:00
parent 7882e6f4cf
commit 7f59d8055e

View file

@ -35,7 +35,7 @@ body {
visibility: hidden;
}
.fm-header, .mini-icon, .name, .size, .owner, .mode, .keyspanel, .cmd-button {
.fm, .keyspanel {
-webkit-user-select : none;
-moz-user-select : none;
-ms-user-select : none;
@ -43,6 +43,14 @@ body {
user-select : none;
}
.links {
-webkit-user-select : initial;
-moz-user-select : initial;
-ms-user-select : initial;
-o-user-select : initial;
user-select : text;
}
.path-icon {
position : relative;
top : 3px;