aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-10-07 17:34:55 +0200
committerVincent Petry <pvince81@owncloud.com>2015-10-07 17:34:55 +0200
commit69a9888a8103caceda32e62dcea8cd268fccfec2 (patch)
tree19eab74c40641485c914f92ff46254227fac6fd2 /core
parentf3ce5fd234f4e7b7001e7baf3e16320a0d84e869 (diff)
downloadnextcloud-server-69a9888a8103caceda32e62dcea8cd268fccfec2.tar.gz
nextcloud-server-69a9888a8103caceda32e62dcea8cd268fccfec2.zip
[IE8] Fix button background color
IE8 doesn't support rgba...
Diffstat (limited to 'core')
-rw-r--r--core/css/fixes.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/css/fixes.css b/core/css/fixes.css
index 5f917dbbe81..71cb09cae76 100644
--- a/core/css/fixes.css
+++ b/core/css/fixes.css
@@ -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);