mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
Fix button-design
This commit is contained in:
parent
4313d70b26
commit
fb34c5170b
@ -107,17 +107,17 @@ table.listing-table {
|
||||
}
|
||||
|
||||
a.button {
|
||||
.rounded-corners(5px);
|
||||
.rounded-corners(3px);
|
||||
background-color: @body-bg-color;
|
||||
border: 2px solid @icinga-blue;
|
||||
color: @icinga-blue;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
font-size: 14px;
|
||||
height: 40px;
|
||||
line-height: 22px;
|
||||
height: 35px;
|
||||
line-height: 20px;
|
||||
padding: @vertical-padding @horizontal-padding;
|
||||
width: 200px;
|
||||
width: 175px;
|
||||
|
||||
-webkit-transition: background 0.3s ease, color 0.3s ease;
|
||||
-moz-transition: background 0.3s ease, color 0.3s ease;
|
||||
@ -135,6 +135,6 @@ a.button {
|
||||
}
|
||||
|
||||
i {
|
||||
font-size: 18px;
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user