Skip to content
Snippets Groups Projects
Commit c68a44d5 authored by John Molakvoæ's avatar John Molakvoæ Committed by GitHub
Browse files

Merge pull request #6917 from nextcloud/css-box-shadow

Box-shadow does not need vendor prefix anymore
parents 2f8c7f0d 28016a2a
No related branches found
No related tags found
No related merge requests found
...@@ -164,8 +164,6 @@ ...@@ -164,8 +164,6 @@
#commentsTabView .message.error { #commentsTabView .message.error {
color: #e9322d; color: #e9322d;
border-color: #e9322d; border-color: #e9322d;
-webkit-box-shadow: 0 0 6px #f8b9b7;
-moz-box-shadow: 0 0 6px #f8b9b7;
box-shadow: 0 0 6px #f8b9b7; box-shadow: 0 0 6px #f8b9b7;
} }
......
...@@ -34,8 +34,6 @@ ...@@ -34,8 +34,6 @@
.newFileMenu .error, #fileList .error { .newFileMenu .error, #fileList .error {
color: $color-error; color: $color-error;
border-color: $color-error; border-color: $color-error;
-webkit-box-shadow: 0 0 6px #f8b9b7;
-moz-box-shadow: 0 0 6px #f8b9b7;
box-shadow: 0 0 6px #f8b9b7; box-shadow: 0 0 6px #f8b9b7;
} }
......
...@@ -31,8 +31,6 @@ ul.multiselectoptions { ...@@ -31,8 +31,6 @@ ul.multiselectoptions {
border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
width: 100%; width: 100%;
/* do not cut off group names */ /* do not cut off group names */
-webkit-box-shadow: 0 1px 10px $color-box-shadow;
-moz-box-shadow: 0 1px 10px $color-box-shadow;
box-shadow: 0 1px 10px $color-box-shadow; box-shadow: 0 1px 10px $color-box-shadow;
} }
&.up { &.up {
......
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