提交 651af1db 编写于 作者: G gusreiber

submit button blue/filter styling

上级 b44dd48c
......@@ -232,13 +232,18 @@ body#jenkins.add-item .jenkins-config {
padding-bottom: 10px;
margin: 30px 30px -26px -16px;
z-index:9;
.yui-button.primary{
button{
background:@middle-blue;
border-color:@dark-blue;
}
}
.yui-button{
margin-right:10px;
button{
padding:5px 20px;
background:@j-pale-blue;
background:@pale-blue;
border-color:@line-blue;
}
......
......@@ -4,7 +4,23 @@
.find-container(@width: 200px) {
padding: 5px;
.find:after{
content:' ';
display:block;
position:absolute;
top:0;
left:0;
bottom:0;
width:25px;
background:url(../images/16x16/search.png) no-repeat 4px;
-webkit-filter: grayscale(85%);
filter: grayscale(85%);
filter: gray;
opacity:.5;
}
.find {
position: relative;
width: @width;
......@@ -14,10 +30,10 @@
width: 100%;
height:@input-line-height;
line-height:@input-line-height;
padding:0 5px;
padding:0 5px 0 25px;
border: 1px solid #DDD;
background-color: #fff;
border-radius:@radius;
}
.clear {
position: absolute;
......
......@@ -3,7 +3,9 @@
@medium-translucent: rgba(255,255,255,.75);
@pale-green-trans:rgba(245, 249, 239,.75);
@j-pale-blue:#C0D8E2;
@pale-blue:#cde;
@middle-blue:#478;
@dark-blue:#356;
@shade-hint: rgba(0,0,0,.025);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册