rework and hopefully improve webpage menu creation workflow

This commit is contained in:
Mario Vavti
2015-04-21 10:05:26 +02:00
parent 6bc2766d79
commit 0bd9fe0b11
11 changed files with 255 additions and 197 deletions

View File

@@ -1102,8 +1102,6 @@ nav .acpopup {
.required {
color: #ff0000;
font-size: 1.8rem;
margin-left: 5px;
}
@@ -1934,7 +1932,9 @@ nav .dropdown-menu {
background-color: $item_colour;
}
[id^="webpage-list-item-"]:hover td {
[id^="webpage-list-item-"]:hover td,
[id^="menu-list-item-"]:hover td,
[id^="mitem-list-item-"]:hover td {
background-color: $item_colour;
}