update admin/css/pearButton.css.
parent
0ed5eac768
commit
9b586d2d32
|
|
@ -37,8 +37,6 @@
|
||||||
color: #fff !important
|
color: #fff !important
|
||||||
}
|
}
|
||||||
|
|
||||||
/** */
|
|
||||||
|
|
||||||
.pear-btn[dashed] {
|
.pear-btn[dashed] {
|
||||||
border-style: dashed !important;
|
border-style: dashed !important;
|
||||||
}
|
}
|
||||||
|
|
@ -121,6 +119,13 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pear-btn-md {
|
||||||
|
height: 34px;
|
||||||
|
line-height: 34px;
|
||||||
|
padding: 0 10px;
|
||||||
|
font-size: 12.5px;
|
||||||
|
}
|
||||||
|
|
||||||
.pear-btn-group .pear-btn:first-child {
|
.pear-btn-group .pear-btn:first-child {
|
||||||
border-top-left-radius: 4px !important;
|
border-top-left-radius: 4px !important;
|
||||||
border-bottom-left-radius: 4px !important;
|
border-bottom-left-radius: 4px !important;
|
||||||
|
|
@ -140,6 +145,7 @@
|
||||||
border-top-right-radius: 50px !important;
|
border-top-right-radius: 50px !important;
|
||||||
border-bottom-right-radius: 50px !important;
|
border-bottom-right-radius: 50px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Button Size*/
|
/** Button Size*/
|
||||||
.pear-btn-sm {
|
.pear-btn-sm {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue