app/css/common.css in servel-0.28.0 vs app/css/common.css in servel-0.29.0

- old
+ new

@@ -14,9 +14,17 @@ -khtml-user-select: none; -ms-user-select: none; user-select: none; } +.text-selectable { + -webkit-user-select: text; + -moz-user-select: text; + -khtml-user-select: text; + -ms-user-select: text; + user-select: text; +} + a { text-decoration: none; } a:hover, a:focus, a:active {