提交 e39b2ab0 编写于 作者: G gusreiber

PR-2046:rounding hard edges of buttons and borders

上级 87830764
......@@ -8,6 +8,8 @@
border-bottom:none;
background:@light-backgrond;
min-height:2.5em;
border-top-left-radius:@radius;
border-top-right-radius:@radius;
:hover .noTabs{
color:#bbb;
......@@ -29,12 +31,12 @@
.showTabs,
.noTabs {
position: absolute;
border-radius: 1px;
border-radius: @radius;
right: 5px;
top: 5px;
cursor: pointer;
color: @solid-border;
text-shadow: @birghtest 0 1px 2px;
text-shadow: @brightest 0 1px 2px;
font-size: 0.85em;
padding: 3px 7px;
}
......@@ -57,10 +59,10 @@
margin-top:1px;
}
.tab:hover {
background:#bbb; color:@birghtest;
background:#bbb; color:@brightest;
}
.tab.active {
background: @birghtest;
background: @brightest;
color: #000;
font-weight: bold;
z-index: 2;
......@@ -86,6 +88,8 @@
border:1px solid @solid-border;
padding:10px;
border-top:none;
border-bottom-left-radius:@radius;
border-bottom-right-radius:@radius;
.showTabs{
display:block;
......@@ -102,8 +106,8 @@
.bottom-sticker-inner{
padding: 20px 10px 25px 20px;
border-top-right-radius: 10px;
border-top: 1px solid @birghtest;
border-right: 1px solid @birghtest;
border-top: 1px solid @brightest;
border-right: 1px solid @brightest;
background: @medium-translucent;
}
......@@ -120,7 +124,8 @@
margin-right:10px;
button{
padding:5px 20px
padding:5px 20px;
border-radius:@radius;
}
}
}
......@@ -183,7 +188,7 @@
}
select{
border-radius:0;
background:@birghtest;
background:@brightest;
}
.help{
background:@medium-translucent;
......@@ -230,7 +235,7 @@
}
}
.CodeMirror {
background:@birghtest;
background:@brightest;
}
.CodeMirror-scroll {
......@@ -239,7 +244,7 @@
.repeated-container > .repeated-chunk {padding-top:15px;}
.repeated-chunk.hover{
border-color:@line-blue;
box-shadow:0 2px 10px @shade, inset 0 200px 200px -200px @birghtest;
box-shadow:0 2px 10px @shade, inset 0 200px 200px -200px @brightest;
position:relative;
z-index:2
}
......@@ -257,8 +262,8 @@
right:35px;
height:18px;
width:32px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
border-bottom-left-radius:@radius;
border-bottom-right-radius:@radius;
overflow:hidden;
button{
......
......@@ -17,6 +17,7 @@
padding:0 5px;
border: 1px solid #DDD;
background-color: #fff;
border-radius:@radius;
}
.clear {
position: absolute;
......
@birghtest:#fff;
@brightest:#fff;
@medium-translucent: rgba(255,255,255,.75);
@shade-hint: rgba(0,0,0,.025);
......@@ -14,4 +14,5 @@
@danger-dark:#a23225;
@danger-dark-line:#942e22;
@input-line-height:2.25em;
\ No newline at end of file
@input-line-height:2.25em;
@radius:3px;
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册