Removes highlighting of selected items, padding from apps management.
This commit is contained in:
parent
3d8ce8104f
commit
881c66df52
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue