Browse Source

adjust navigation text opacity, fix #19016

tags/v8.2beta1
Jan-Christoph Borchardt 8 years ago
parent
commit
7144832906
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      core/css/apps.css

+ 1
- 1
core/css/apps.css View File

@@ -72,7 +72,7 @@
white-space: nowrap;
text-overflow: ellipsis;
color: #000;
opacity: .5;
opacity: .57;
}
#app-navigation .active,
#app-navigation .active a,

Loading…
Cancel
Save