mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
parent
d99166eae4
commit
f42f655e7a
@ -85,3 +85,21 @@ dl.feed-list {
|
||||
border-bottom: 1px solid @gray-lighter;
|
||||
}
|
||||
}
|
||||
|
||||
table.listing-table {
|
||||
border-collapse: collapse;
|
||||
|
||||
th {
|
||||
color: @text-color-light;
|
||||
// Reset default font-weight
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
tr {
|
||||
border-bottom: 1px solid @gray-lightest;
|
||||
|
||||
&:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user