css: remove triangle for active row

This commit is contained in:
Thomas Gelf 2015-11-03 14:24:28 +01:00
parent 41df8a4141
commit 3028c973c5

View File

@ -354,7 +354,7 @@ tr.running {
color: green; color: green;
} }
table.syncrules { table.syncstate {
tr td:first-child { tr td:first-child {
padding-left: 2em; padding-left: 2em;
&::before { &::before {
@ -421,13 +421,18 @@ table.simple {
margin: 0; margin: 0;
td:first-child { td:first-child {
border-left: 0.5em solid transparent; border-left: 2px solid transparent;
} }
td { td {
border-top: 1px solid transparent; border-top: 1px solid transparent;
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
} }
td:last-child {
border-right: 2px solid transparent;
}
background-color: #fafcfe; background-color: #fafcfe;
} }
@ -447,18 +452,6 @@ table.simple {
border-color: @icinga-blue; border-color: @icinga-blue;
} }
tr.active td:first-child::before {
content: '\e820';
font-family: 'ifont';
float: left;
display: inline-block;
margin-left: -0.75em;
font-size: 1.5em;
padding: 0;
line-height: 1em;
color: @icinga-blue;
}
th { th {
text-align: left; text-align: left;
margin: 0; margin: 0;