Skip to content

Commit

Permalink
Revert "CSS: Remove styles for .historycolorgrid"
Browse files Browse the repository at this point in the history
This reverts commit bc8dff2.

Ooops, still in use :)

refs #5543
  • Loading branch information
lippserd committed Nov 13, 2015
1 parent 5604797 commit d1bb874
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions public/css/icinga/widgets.less
@@ -1,5 +1,46 @@
/*! 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 {
user-select: none;
-webkit-user-select: none;
Expand Down

0 comments on commit d1bb874

Please sign in to comment.