mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 09:28:51 +00:00
Optimise and remove unnecessary code
This commit is contained in:
parent
b6ac96ef72
commit
d6847201e5
@ -51,19 +51,12 @@ table.pvtTable tbody tr td {
|
||||
|
||||
button {
|
||||
background-color: rgba(102, 136, 153, 0.15);
|
||||
display: inline-block;
|
||||
margin-bottom: 0;
|
||||
margin-right: 10px;
|
||||
font-weight: 400;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
margin-right: 5px;
|
||||
border: 1px solid transparent;
|
||||
white-space: nowrap;
|
||||
padding: 6px 12px;
|
||||
padding: 3px 6px;
|
||||
font-size: 13px;
|
||||
line-height: 1.42857143;
|
||||
border-radius: 2px;
|
||||
border-radius: 3px;
|
||||
|
||||
&:hover {
|
||||
background-color: rgba(102, 136, 153, 0.25);
|
||||
@ -71,19 +64,10 @@ table.pvtTable tbody tr td {
|
||||
}
|
||||
|
||||
input[type='text'] {
|
||||
transition: all;
|
||||
transition-duration: 300ms;
|
||||
resize: none;
|
||||
display: block;
|
||||
width: 90%;
|
||||
margin: 0 auto;
|
||||
margin: 0 auto 10px;
|
||||
height: 35px;
|
||||
padding: 6px 12px;
|
||||
font-size: 13px;
|
||||
line-height: 1.42857143;
|
||||
color: #9E9E9E;
|
||||
background-color: #fff;
|
||||
background-image: none;
|
||||
border: 1px solid #e8e8e8;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user