mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
parent
9c7d93e55b
commit
a12482fcad
@ -99,33 +99,20 @@ table.listing-table {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a.button {
|
a.button {
|
||||||
.rounded-corners(3px);
|
.button();
|
||||||
background-color: @body-bg-color;
|
|
||||||
border: 2px solid @icinga-blue;
|
|
||||||
color: @icinga-blue;
|
|
||||||
cursor: pointer;
|
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 14px;
|
|
||||||
height: 35px;
|
height: 35px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
padding: @vertical-padding @horizontal-padding;
|
|
||||||
width: 175px;
|
width: 175px;
|
||||||
|
|
||||||
-webkit-transition: background 0.3s ease, color 0.3s ease;
|
&:hover {
|
||||||
-moz-transition: background 0.3s ease, color 0.3s ease;
|
text-decoration: none;
|
||||||
-o-transition: background 0.3s ease, color 0.3s ease;
|
}
|
||||||
transition: background 0.3s ease, color 0.3s ease;
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background-color: @icinga-blue;
|
|
||||||
color: @text-color-inverted;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
i {
|
i {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user