1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-01 15:56:45 +02:00

add "make watch" to auto watch less files - change patterns.less to use opacity method

This commit is contained in:
Jacob Thornton
2011-07-01 23:21:11 -07:00
parent 26f9e8c4e8
commit 52dfbe6500
4 changed files with 29 additions and 13 deletions

View File

@@ -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);
}
}
}