Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-12-18 18:33:30 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-12-18 18:33:30 +0300
commitf038cea24334f1393c369c40e85ffd672903de1b (patch)
tree01aafeaff78ddcd1437472bf39aeeaa4caa0addf /core/css/fixes.scss
parent6f994be665b876c35fa73d4672e81264c43efe8d (diff)
IE fix for apps menu
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/fixes.scss')
-rw-r--r--core/css/fixes.scss15
1 files changed, 0 insertions, 15 deletions
diff --git a/core/css/fixes.scss b/core/css/fixes.scss
index 2b93b2914cd..2a819aeefaf 100644
--- a/core/css/fixes.scss
+++ b/core/css/fixes.scss
@@ -9,18 +9,3 @@
select {
height: 32px;
}
-
-/* deactivate show password toggle for IE. Does not work for 8 and 9+ have their own implementation. */
-.ie #show, .ie #show+label {
- display: none;
- visibility: hidden;
-}
-
-.ie #header .menu,
-.ie .header-left #navigation,
-.ie .ui-datepicker,
-.ie .ui-timepicker.ui-widget,
-.ie #appmenu li span,
-.ie .tooltip-inner {
- box-shadow: 0 1px 10px var(--color-box-shadow);
-}