diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-10-01 11:38:03 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-10-01 13:23:56 +0200 |
commit | 9e66653fb38d4eefab5a4d66b15fb0d43061a2c2 (patch) | |
tree | 5d6995cb273b4844ce423143387263481b37e10c /core/css/fixes.css | |
parent | eeac6e2ab17bb9bfd94c51e8e026daa25ef3a033 (diff) | |
download | nextcloud-server-9e66653fb38d4eefab5a4d66b15fb0d43061a2c2.tar.gz nextcloud-server-9e66653fb38d4eefab5a4d66b15fb0d43061a2c2.zip |
[IE8] Remove non-working ellipsis support
This prevents the name element to be too wide, which would cause users
to mistakenly click on it instead of the empty space when wanting to
focus on a file for the sidebar.
Also fixed the close button on the sidebar (make it appear)
Diffstat (limited to 'core/css/fixes.css')
-rw-r--r-- | core/css/fixes.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/fixes.css b/core/css/fixes.css index 54852eb9beb..5f917dbbe81 100644 --- a/core/css/fixes.css +++ b/core/css/fixes.css @@ -24,6 +24,10 @@ select { background-image: url('../img/actions/checkmark.png'); } +.ie8 .icon-close { + background-image: url('../img/actions/close.png'); +} + .lte9 .icon-triangle-e { background-image: url('../img/actions/triangle-e.png'); } |