new var @fix_border-radius for no custom border-radius
This commit is contained in:
parent
acc4acbcf1
commit
00c1ebdd53
1 changed files with 651 additions and 651 deletions
|
@ -392,14 +392,14 @@ kbd {
|
||||||
background-color: @color-site-bg;
|
background-color: @color-site-bg;
|
||||||
color: @color-text;
|
color: @color-text;
|
||||||
box-shadow: inset 0 0 .3em @color-border;
|
box-shadow: inset 0 0 .3em @color-border;
|
||||||
border-radius: 2px;
|
border-radius: @fix_border-radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
word-wrap: normal;
|
word-wrap: normal;
|
||||||
border: 1px solid @color-border;
|
border: 1px solid @color-border;
|
||||||
border-radius: 2px;
|
border-radius: @fix_border-radius;
|
||||||
box-shadow: inset 0 0 .5em @color-border;
|
box-shadow: inset 0 0 .5em @color-border;
|
||||||
font-size: .88rem;
|
font-size: .88rem;
|
||||||
line-height: 140%;
|
line-height: 140%;
|
||||||
|
@ -517,7 +517,7 @@ select,
|
||||||
keygen {
|
keygen {
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
box-shadow: inset 0 0 1px #eee;
|
box-shadow: inset 0 0 1px #eee;
|
||||||
border-radius: 2px;
|
border-radius: @fix_border-radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:active,
|
input:active,
|
||||||
|
@ -546,7 +546,7 @@ button {
|
||||||
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MjQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGNEY0RjQiIG9mZnNldD0iMC4zIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0VFRUVFRSIgb2Zmc2V0PSIwLjk5Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI0NDQ0NDQyIgb2Zmc2V0PSIuOTkiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnODI0KSIgLz4KPC9zdmc+);
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MjQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGNEY0RjQiIG9mZnNldD0iMC4zIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0VFRUVFRSIgb2Zmc2V0PSIwLjk5Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI0NDQ0NDQyIgb2Zmc2V0PSIuOTkiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnODI0KSIgLz4KPC9zdmc+);
|
||||||
background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 30%, #eeeeee 99%, #cccccc 99%);
|
background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 30%, #eeeeee 99%, #cccccc 99%);
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-radius: 2px;
|
border-radius: @fix_border-radius;
|
||||||
color: #333;
|
color: #333;
|
||||||
padding: .1em .5em;
|
padding: .1em .5em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -573,7 +573,7 @@ button[type=submit],
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: @button_background;
|
background-color: @button_background;
|
||||||
border: 1px solid @button_background;
|
border: 1px solid @button_background;
|
||||||
border-radius: 2px;
|
border-radius: @fix_border-radius;
|
||||||
color: @button_color;
|
color: @button_color;
|
||||||
padding: .3em @grid;
|
padding: .3em @grid;
|
||||||
transition: @transition background-color, @transition color;
|
transition: @transition background-color, @transition color;
|
||||||
|
@ -595,7 +595,7 @@ input[type=button] {
|
||||||
background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 30%, #eeeeee 99%, #cccccc 99%);
|
background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 30%, #eeeeee 99%, #cccccc 99%);
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-radius: 2px;
|
border-radius: @fix_border-radius;
|
||||||
color: #333;
|
color: #333;
|
||||||
padding: .1em .5em;
|
padding: .1em .5em;
|
||||||
transition: @transition background-color, @transition color;
|
transition: @transition background-color, @transition color;
|
||||||
|
@ -627,7 +627,7 @@ textarea[readonly] {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-radius: 2px;
|
border-radius: @fix_border-radius;
|
||||||
color: #333;
|
color: #333;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding: .3em @grid;
|
padding: .3em @grid;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue