mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
[IE8] Fix button background color
IE8 doesn't support rgba...
This commit is contained in:
parent
f3ce5fd234
commit
69a9888a81
1 changed files with 6 additions and 0 deletions
|
|
@ -42,6 +42,12 @@ select {
|
|||
background-image: url('../img/actions/settings.png');
|
||||
}
|
||||
|
||||
.lte9 input[type="submit"], .lte9 input[type="button"],
|
||||
.lte9 button, .lte9 .button,
|
||||
.lte9 #quota, .lte9 select, .lte9 .pager li a {
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
/* IE8 needs PNG image for header logo */
|
||||
.ie8 #header .logo {
|
||||
background-image: url(../img/logo-icon-175px.png);
|
||||
|
|
|
|||
Loading…
Reference in a new issue