summaryrefslogtreecommitdiffstats
path: root/core/css/server.css
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-10-19 09:08:21 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-10-19 10:04:51 +0200
commit2d98cd1dafb3adbcad5d9af9245f44aec583de2e (patch)
treeca2f867e50680bed2911a94b35d98617b7252b59 /core/css/server.css
parenta6684da737c40e3d05b3a88bf6f8c8649364587b (diff)
downloadnextcloud-server-2d98cd1dafb3adbcad5d9af9245f44aec583de2e.tar.gz
nextcloud-server-2d98cd1dafb3adbcad5d9af9245f44aec583de2e.zip
Add config and fix selenium
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/server.css')
-rw-r--r--core/css/server.css17
1 files changed, 0 insertions, 17 deletions
diff --git a/core/css/server.css b/core/css/server.css
index 70bc643f138..e644722eb25 100644
--- a/core/css/server.css
+++ b/core/css/server.css
@@ -3723,19 +3723,6 @@ kbd {
}
/* POPOVER MENU ------------------------------------------------------------ */
-.ie .bubble, .ie .bubble:after,
-.ie .popovermenu, .ie .popovermenu:after,
-.ie #app-navigation .app-navigation-entry-menu,
-.ie #app-navigation .app-navigation-entry-menu:after,
-.edge .bubble,
-.edge .bubble:after,
-.edge .popovermenu,
-.edge .popovermenu:after,
-.edge #app-navigation .app-navigation-entry-menu,
-.edge #app-navigation .app-navigation-entry-menu:after {
- border: 1px solid var(--color-border);
-}
-
.contact .popovermenu ul > li > a > img,
.popover__menu > li > a > img {
filter: var(--background-invert-if-dark);
@@ -4954,7 +4941,6 @@ kbd {
#body-public {
/** don't apply content header padding on the base layout */
- /* force layout to make sure the content element's height matches its contents' height */
/* public footer */
}
#body-public .header-right #header-primary-action a {
@@ -4986,9 +4972,6 @@ kbd {
#body-public.layout-base #content {
padding-top: 0;
}
-#body-public .ie #content {
- display: inline-block;
-}
#body-public p.info {
margin: 20px auto;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);