fixes in performance

This commit is contained in:
tamat
2018-03-08 09:57:03 +01:00
parent ac252fa6e6
commit 02199be571
13 changed files with 1138 additions and 588 deletions

View File

@@ -178,7 +178,7 @@
transition: * linear 0.5s;
}
.graphmenu-entry.event {
.graphmenu-entry.event, .litemenu-entry.event {
border-left: 8px solid orange;
padding-left: 12px;
}
@@ -187,7 +187,7 @@
opacity: 0.3;
}
.graphmenu-entry.submenu {
.graphmenu-entry.submenu {
border-right: 2px solid #EEE;
}
@@ -212,7 +212,7 @@
min-height: 1.2em;
}
.graphmenu-entry .property_value {
.graphmenu-entry .property_value, .litemenu-entry .property_value {
display: inline-block;
background-color: rgba(0,0,0,0.5);
text-align: right;