aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/bootstrap.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r--client/src/sass/bootstrap.scss37
1 files changed, 0 insertions, 37 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss
index b0a18e6f2..bc37134dd 100644
--- a/client/src/sass/bootstrap.scss
+++ b/client/src/sass/bootstrap.scss
@@ -58,33 +58,12 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
58 } 58 }
59} 59}
60 60
61/* rules for dropdowns excepts when in button group, to avoid impacting the dropdown-toggle */
62.dropdown,
63.dropup {
64 z-index: z(dropdown) !important;
65}
66
67.list-overflow-menu,
68.parent-entry {
69 z-index: z(menu) - 1 !important;
70}
71
72.btn-group,
73.dropdown-root,
74.action-dropdown,
75.input-group-prepend,
76.column-toggle {
77 z-index: inherit !important;
78}
79
80.btn-group > .btn:not(:first-child) { 61.btn-group > .btn:not(:first-child) {
81 border-top-left-radius: 0 !important; 62 border-top-left-radius: 0 !important;
82 border-bottom-left-radius: 0 !important; 63 border-bottom-left-radius: 0 !important;
83} 64}
84 65
85.dropdown-menu { 66.dropdown-menu {
86 z-index: z(dropdown) + 1 !important;
87
88 border-radius: 3px; 67 border-radius: 3px;
89 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); 68 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
90 font-size: 15px; 69 font-size: 15px;
@@ -302,22 +281,6 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
302 margin: 0.3rem 0; 281 margin: 0.3rem 0;
303} 282}
304 283
305ngb-modal-backdrop {
306 z-index: z(modal) - 1 !important;
307}
308
309ngb-modal-window {
310 z-index: z(modal) !important;
311}
312
313ngb-popover-window {
314 z-index: z(popover) !important;
315}
316
317ngb-tooltip-window {
318 z-index: z(tooltip) !important;
319}
320
321.btn-outline-secondary { 284.btn-outline-secondary {
322 border-color: $input-border-color; 285 border-color: $input-border-color;
323 286