Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
c68a44d5
Commit
c68a44d5
authored
7 years ago
by
John Molakvoæ
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #6917 from nextcloud/css-box-shadow
Box-shadow does not need vendor prefix anymore
parents
2f8c7f0d
28016a2a
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
apps/comments/css/comments.css
+0
-2
0 additions, 2 deletions
apps/comments/css/comments.css
apps/files/css/files.scss
+0
-2
0 additions, 2 deletions
apps/files/css/files.scss
core/css/multiselect.scss
+0
-2
0 additions, 2 deletions
core/css/multiselect.scss
with
0 additions
and
6 deletions
apps/comments/css/comments.css
+
0
−
2
View file @
c68a44d5
...
...
@@ -164,8 +164,6 @@
#commentsTabView
.message.error
{
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
;
}
...
...
This diff is collapsed.
Click to expand it.
apps/files/css/files.scss
+
0
−
2
View file @
c68a44d5
...
...
@@ -34,8 +34,6 @@
.newFileMenu
.error
,
#fileList
.error
{
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
;
}
...
...
This diff is collapsed.
Click to expand it.
core/css/multiselect.scss
+
0
−
2
View file @
c68a44d5
...
...
@@ -31,8 +31,6 @@ ul.multiselectoptions {
border-bottom-right-radius
:
3px
;
width
:
100%
;
/* 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
;
}
&
.up
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment