Skip to content

Commit

Permalink
Properly add grey background for icons that do not have "white" in th…
Browse files Browse the repository at this point in the history
…e name

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
  • Loading branch information
MorrisJobke committed Oct 23, 2017
1 parent fa50ded commit d9f4723
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _shared_assets/themes/nextcloud_com/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1192,6 +1192,13 @@ li > dl > dt {
height: 42px;
margin: auto;
}
#icons > blockquote > div > div a[href*='white'],
#icons > blockquote > div > div a[href*='/calendar.'],
#icons > blockquote > div > div a[href*='/caret.'],
#icons > blockquote > div > div a[href*='/contacts.'],
#icons > blockquote > div > div a[href*='/files1.'],
#icons > blockquote > div > div a[href*='/music.'],
#icons > blockquote > div > div a[href*='/picture.'],
#icons > blockquote > div > div a[href*='white'] {
background: #ddd;
border-radius: 50%;
Expand Down

0 comments on commit d9f4723

Please sign in to comment.