mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
CSS: fixed joystick navigation
This commit is contained in:
parent
ece5df010b
commit
51a43575db
@ -7,12 +7,21 @@ table.service-grid-table {
|
|||||||
td {
|
td {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 1.0em;
|
width: 1.0em;
|
||||||
|
color: @gray-lighter;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
.rounded-corners(0.4em);
|
.rounded-corners(0.4em);
|
||||||
display: block;
|
display: block;
|
||||||
height: 1.5em;
|
height: 1.5em;
|
||||||
width: 1.5em;
|
width: 1.5em;
|
||||||
|
color: @text-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
i {
|
||||||
|
.rounded-corners(0.4em);
|
||||||
|
display: block;
|
||||||
|
height: 1.5em;
|
||||||
|
width: 1.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user