dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #28774
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 14418: Minor
------------------------------------------------------------
revno: 14418
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2014-03-25 22:53:50 +0100
message:
Minor
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-25 21:41:27 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/menu.css 2014-03-25 21:53:50 +0000
@@ -29,12 +29,11 @@
margin: 10px;
display: block;
border: 1px solid #ccc;
- background: rgba(245, 245, 245, .9);
+ background: #f6f7f8;
width: 225px;
height: 56px;
border-radius: 5px;
padding: 10px;
- box-shadow: #eee 0 1px 1px 0;
}
.app-menu .app-menu-item img {
@@ -57,7 +56,6 @@
.app-menu .app-menu-item:hover {
border: 1px dashed #9ec5df;
background-color: #e9f5fb;
- box-shadow: 0;
}
.app-menu-item-description {