mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Properly add grey background for icons that do not have "white" in the name
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user