Merge pull request #2933 from owncloud/fix-active-style
also show black background on links that are active, fixes the news app ...
This commit is contained in:
commit
d484e14089
|
@ -414,7 +414,8 @@ div.crumb a{ padding: 0.9em 0 0.7em 0; }
|
||||||
-moz-box-sizing: border-box; box-sizing: border-box;
|
-moz-box-sizing: border-box; box-sizing: border-box;
|
||||||
text-shadow: 0 1px 0 rgba(255,255,255,.9);
|
text-shadow: 0 1px 0 rgba(255,255,255,.9);
|
||||||
}
|
}
|
||||||
#app-navigation .active { /* active navigation entry or folder */
|
#app-navigation .active,
|
||||||
|
#app-navigation .active a { /* active navigation entry or folder */
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
text-shadow: 0 1px 0 rgba(255,255,255,.7);
|
text-shadow: 0 1px 0 rgba(255,255,255,.7);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue