diff options
| author | Jacob Thornton <[email protected]> | 2011-07-01 23:21:11 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-07-01 23:21:11 -0700 |
| commit | 52dfbe65006e1be7df88d1c1d39dc151ebc672aa (patch) | |
| tree | 9a1ad410971096915a113691ef9a4b4ff0552fea /lib | |
| parent | 26f9e8c4e8580c2d41f31a4fb504ee8c0fdeb145 (diff) | |
| download | bootstrap-52dfbe65006e1be7df88d1c1d39dc151ebc672aa.tar.xz bootstrap-52dfbe65006e1be7df88d1c1d39dc151ebc672aa.zip | |
add "make watch" to auto watch less files - change patterns.less to use opacity method
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); } } } |
