dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #28943
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 14539: Top menu, hover
------------------------------------------------------------
revno: 14539
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2014-03-30 23:09:08 +0200
message:
Top menu, hover
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/menu.css
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/menu.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/menu.css 2014-03-30 20:47:31 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/menu.css 2014-03-30 21:09:08 +0000
@@ -24,23 +24,12 @@
.menuDropDownArea
{
font-size: 9pt;
- color: #fff;
border-right: 1px solid #888;
border-bottom: 1px solid #888;
border-left: 1px solid #888;
- padding-left: 4px;
- padding-right: 4px;
- width: 189px;
max-height: 610px;
- overflow-y: auto;
- background-color: #276696;
display: none;
z-index: 10;
- filter: alpha(opacity=94);
- opacity: 0.94;
- border-bottom-left-radius: 3px;
- border-bottom-right-radius: 3px;
- box-shadow: #ccc 0 1px 1px 0;
}
.menuDropDownBox
@@ -52,12 +41,6 @@
.menuDropDownBox a
{
- display: block;
- padding-top: 8px;
- padding-left: 10px;
- padding-bottom: 7px;
- padding-right: 10px;
- color: #fff;
border-radius: 3px;
cursor: pointer;
}
@@ -65,7 +48,8 @@
.menuDropDownBox a:hover
{
text-decoration: none;
- background-color: #4A89BA;
+ background-color: #f5f5f7;
+ color: #000;
}
/****************************************************/
@@ -128,11 +112,6 @@
.app-menu .app-menu-item:hover {
border: 1px dashed #9ec5df;
background-color: #e9f5fb;
- box-shadow: none;
- -moz-box-shadow: none;
- -o-box-shadow: none;
- -ie-box-shadow: none;
- -webkit-box-shadow: none;
}
.app-menu-item-description {
@@ -149,7 +128,7 @@
/**
* When hovered display the description and hide the favorites icon
*/
- .app-menu li:hover a .app-menu-item-description {
+.app-menu li:hover a .app-menu-item-description {
position: absolute;
top: 0;
right: 0;
@@ -281,7 +260,6 @@
}
.app-menu-dropdown a.app-menu-item:hover span {
- color: #fff;
padding-left: 10px;
padding-right: 10px;
text-align: center;