mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
CSS: Fix service grid joystick navigation
This commit is contained in:
parent
5698a0448d
commit
52a53ec406
@ -1,23 +1,12 @@
|
|||||||
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||||
|
|
||||||
table.service-grid-table {
|
table.service-grid-table {
|
||||||
|
width: 0px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
th {
|
|
||||||
a {
|
|
||||||
color: @colorMainLink;
|
|
||||||
font-weight: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
td {
|
td {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 1.5em;
|
width: 1.0em;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
.rounded-corners(0.4em);
|
.rounded-corners(0.4em);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user