Removes highlighting of selected items, padding from apps management.

This commit is contained in:
raghunayyar 2014-03-30 15:48:47 +05:30
parent 3d8ce8104f
commit 881c66df52
2 changed files with 3 additions and 3 deletions

View File

@ -35,9 +35,6 @@
#app-navigation li:hover > a {
background-color: #ddd;
}
#app-navigation .active {
font-weight:700;
}
#app-navigation .selected,
#app-navigation .selected a {
background-color:#ddd;

View File

@ -100,6 +100,9 @@ select.quota.active { background: #fff; }
/* APPS */
.appinfo { margin: 1em 40px; }
h3 { font-size: 1.4em; font-weight: bold; }
#app-navigation {
padding-bottom: 0px;
}
#app-navigation .appwarning {
background: #fcc;
}