dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #28946
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 14542: Top menu, hover
------------------------------------------------------------
revno: 14542
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2014-03-30 23:39:17 +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 21:25:27 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/menu.css 2014-03-30 21:39:17 +0000
@@ -90,7 +90,7 @@
margin: 10px;
display: block;
border: 1px solid #ccc;
- background: #f6f7f8;
+ background-color: #f5f5f7;
width: 225px;
height: 56px;
border-radius: 5px;
@@ -142,7 +142,7 @@
background: #276696;
display: block;
margin: 10px;
- padding: 5px 10px;
+ padding: 10px 10px;
font-size: 1em;
color: #fff;
border-radius: 5px;
@@ -153,7 +153,7 @@
}
.app-menu li.ui-sortable-helper:hover a {
- background-color: rgba(49, 98, 197, 0.50);
+ background-color: rgba(200, 200, 210, 0.30);
}
.app-menu-item .app-menu-item-description span {