Skip to content
Snippets Groups Projects
Commit 79e20d95 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by David Siegfried
Browse files

remove duplicated css code, fixes #2439

Closes #2439

Merge request studip/studip!1633
parent 0667dc5e
No related branches found
No related tags found
No related merge requests found
...@@ -166,14 +166,6 @@ ...@@ -166,14 +166,6 @@
.scrollbox-vertical { .scrollbox-vertical {
overflow: auto; overflow: auto;
background:
/* Shadow covers */
linear-gradient(white 30%, rgba(255,255,255,0)),
linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
/* Shadows */
radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.2), rgba(0,0,0,0)),
radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
background: background:
/* Shadow covers */ /* Shadow covers */
linear-gradient(white 30%, rgba(255,255,255,0)), linear-gradient(white 30%, rgba(255,255,255,0)),
...@@ -192,14 +184,6 @@ ...@@ -192,14 +184,6 @@
.scrollbox-horizontal { .scrollbox-horizontal {
overflow: auto; overflow: auto;
background:
/* Shadow covers */
linear-gradient(90deg, white 30%, rgba(255,255,255,0)),
linear-gradient(90deg, rgba(255,255,255,0), white 70%) 100% 0,
/* Shadows */
radial-gradient(farthest-side at 0 50%, rgba(0,0,0,.2), rgba(0,0,0,0)),
radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,.2), rgba(0,0,0,0)) 100% 0;
background: background:
/* Shadow covers */ /* Shadow covers */
linear-gradient(90deg, white 30%, rgba(255,255,255,0)), linear-gradient(90deg, white 30%, rgba(255,255,255,0)),
......
...@@ -182,14 +182,6 @@ ...@@ -182,14 +182,6 @@
%scrollbox-vertical { %scrollbox-vertical {
overflow: auto; overflow: auto;
background:
/* Shadow covers */
linear-gradient(white 30%, rgba(255,255,255,0)),
linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
/* Shadows */
radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.2), rgba(0,0,0,0)),
radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
background: background:
/* Shadow covers */ /* Shadow covers */
linear-gradient(white 30%, rgba(255,255,255,0)), linear-gradient(white 30%, rgba(255,255,255,0)),
...@@ -208,14 +200,6 @@ ...@@ -208,14 +200,6 @@
@mixin scrollbox-horizontal { @mixin scrollbox-horizontal {
overflow: auto; overflow: auto;
background:
/* Shadow covers */
linear-gradient(90deg, white 30%, rgba(255,255,255,0)),
linear-gradient(90deg, rgba(255,255,255,0), white 70%) 100% 0,
/* Shadows */
radial-gradient(farthest-side at 0 50%, rgba(0,0,0,.2), rgba(0,0,0,0)),
radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,.2), rgba(0,0,0,0)) 100% 0;
background: background:
/* Shadow covers */ /* Shadow covers */
linear-gradient(90deg, white 30%, rgba(255,255,255,0)), linear-gradient(90deg, white 30%, rgba(255,255,255,0)),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment