优化调整
This commit is contained in:
@@ -325,12 +325,19 @@ textarea:hover{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.transparent-button{
|
.transparent-button{
|
||||||
display: inline-block;
|
display: inline-flex;
|
||||||
height: 19px;
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
box-sizing: border-box;
|
||||||
|
min-width: 40px;
|
||||||
|
height: 24px;
|
||||||
|
padding: 0 6px;
|
||||||
border: #646E76 solid 1px;
|
border: #646E76 solid 1px;
|
||||||
position: relative;
|
font-size: 12px;
|
||||||
bottom: 2px;
|
line-height: 1;
|
||||||
padding: 3px;
|
white-space: nowrap;
|
||||||
|
cursor: pointer;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
.transparent-button:hover{
|
.transparent-button:hover{
|
||||||
background-color: #646E76;
|
background-color: #646E76;
|
||||||
|
|||||||
@@ -355,12 +355,19 @@ textarea:hover{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.transparent-button{
|
.transparent-button{
|
||||||
display: inline-block;
|
display: inline-flex;
|
||||||
height: 19px;
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
box-sizing: border-box;
|
||||||
|
min-width: 40px;
|
||||||
|
height: 24px;
|
||||||
|
padding: 0 6px;
|
||||||
border: #646E76 solid 1px;
|
border: #646E76 solid 1px;
|
||||||
position: relative;
|
font-size: 12px;
|
||||||
bottom: 2px;
|
line-height: 1;
|
||||||
padding: 3px;
|
white-space: nowrap;
|
||||||
|
cursor: pointer;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
.transparent-button:hover{
|
.transparent-button:hover{
|
||||||
background-color: #646E76;
|
background-color: #646E76;
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 256 KiB |
Reference in New Issue
Block a user