aboutsummaryrefslogtreecommitdiff
path: root/public/ng/less/ui/reset.less
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-08-07 06:40:05 -0400
committerUnknwon <joe2010xtmf@163.com>2014-08-07 06:40:05 -0400
commite8c9bb2c66a1f48820a93b670c2e6e67da94b354 (patch)
tree372f7d3c44e0d3d2f2b7527e482c5cece05ebfee /public/ng/less/ui/reset.less
parent99eeb08419e63474b4e9d6581335f693d26c0e69 (diff)
Finish new collaboration page
Diffstat (limited to 'public/ng/less/ui/reset.less')
-rw-r--r--public/ng/less/ui/reset.less11
1 files changed, 5 insertions, 6 deletions
diff --git a/public/ng/less/ui/reset.less b/public/ng/less/ui/reset.less
index f58e1a47..04d11989 100644
--- a/public/ng/less/ui/reset.less
+++ b/public/ng/less/ui/reset.less
@@ -81,17 +81,15 @@ audio:not([controls]) {
// display hidden elements
[hidden],
-template
+template,
.hidden {
- display: none;
+ display: none;
}
-
.opacity {
- opacity: 0;
+ opacity: 0;
}
-
.opacity-half {
- opacity: .5;
+ opacity: .5;
}
// links element
@@ -100,6 +98,7 @@ a,
.text-link {
color: @linkColor;
text-decoration: none;
+ cursor: pointer;
&:hover {
color: @linkHoverColor;
text-decoration: none;