Highlight selected item in dropdown menus
This commit is contained in:
@@ -13,6 +13,7 @@ Breaking changes:
|
|||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
|
|
||||||
|
* Highlight selected item in dropdown menus
|
||||||
* Gantt chart: change bar color according to task progress
|
* Gantt chart: change bar color according to task progress
|
||||||
* Replace color dropdown by color picker in task forms
|
* Replace color dropdown by color picker in task forms
|
||||||
* Creating another task stay in the popover (no full page refresh anymore)
|
* Creating another task stay in the popover (no full page refresh anymore)
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -36,6 +36,24 @@ ul.dropdown-submenu-open {
|
|||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-submenu-open li:hover {
|
||||||
|
background: #4078C0;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-submenu-open li:hover a {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-submenu-open a {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-submenu-open a:focus {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.page-header .dropdown {
|
.page-header .dropdown {
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user