diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patterns.less | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 76868e006..f3d431f53 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -50,8 +50,8 @@ div.topbar { form { float: left; margin: 5px 0 0 0; - opacity: 1; position: relative; + .opacity(100); input { background-color: @grayLight; background-color: rgba(255,255,255,.3); @@ -140,7 +140,7 @@ div.topbar { vertical-align: top; margin-top: 8px; margin-left: 4px; - opacity: .5; + .opacity(50); } } &.open { @@ -276,15 +276,15 @@ div.alert-message { a.close { float: right; margin-top: -2px; - opacity: .5; color: #fff; font-size: 20px; font-weight: bold; text-shadow: 0 1px 0 rgba(0,0,0,.5); + .opacity(50); .border-radius(3px); &:hover { - opacity: 1; text-decoration: none; + .opacity(50); } } } |
