CSS: Remove styles for .historycolorgrid

Class not in use.

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-11 16:36:48 +01:00
parent fefdfe3d7b
commit bc8dff2f78
1 changed files with 0 additions and 41 deletions

View File

@ -1,46 +1,5 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ /*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
table.historycolorgrid {
font-size: 1.5em;
}
table.historycolorgrid th {
width: 1em;
height: 1em;
margin: 0.5em;
font-size: 0.55em;
font-weight: normal;
}
table.historycolorgrid td {
width: 1em;
height: 1em;
margin: 1em;
}
table.historycolorgrid td:hover {
opacity: 0.5;
}
table.historycolorgrid td.weekday {
font-size: 0.55em;
font-weight: normal;
width: 2.5em;
opacity: 1.0;
}
table.historycolorgrid a, table.historycolorgrid span {
margin: 0;
text-decoration: none;
display: block;
width: 1em;
height: 1em;
}
table.historycolorgrid a:hover {
text-decoration: none;
}
table.multiselect tr[href] td { table.multiselect tr[href] td {
user-select: none; user-select: none;
-webkit-user-select: none; -webkit-user-select: none;