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
78d1e768
Unverified
Commit
78d1e768
authored
8 years ago
by
Julius Haertl
Committed by
Julius Härtl
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
SCSS colors in multiselect.scss
Signed-off-by:
Julius Haertl
<
jus@bitgrid.net
>
parent
128c271c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/css/multiselect.scss
+11
-11
11 additions, 11 deletions
core/css/multiselect.scss
with
11 additions
and
11 deletions
core/css/multiselect.scss
+
11
−
11
View file @
78d1e768
...
@@ -17,27 +17,27 @@
...
@@ -17,27 +17,27 @@
*/
*/
ul
.multiselectoptions
{
ul
.multiselectoptions
{
background-color
:
#fff
;
background-color
:
$color-main-background
;
border
:
1px
solid
#ddd
;
border
:
1px
solid
$color-primary
;
border-top
:
none
;
border-top
:
none
;
box-shadow
:
0
1px
1px
#ddd
;
box-shadow
:
0
1px
1
0
px
$color-box-shadow
;
padding-top
:
8px
;
padding-top
:
8px
;
position
:
absolute
;
position
:
absolute
;
max-height
:
20em
;
max-height
:
20em
;
overflow-y
:
auto
;
overflow-y
:
auto
;
z-index
:
49
;
z-index
:
49
;
&
.down
{
&
.down
{
border-bottom-left-radius
:
8
px
;
border-bottom-left-radius
:
3
px
;
border-bottom-right-radius
:
8
px
;
border-bottom-right-radius
:
3
px
;
width
:
100%
;
width
:
100%
;
/* do not cut off group names */
/* do not cut off group names */
-webkit-box-shadow
:
0
px
0
px
2
0px
rgba
(
29
,
45
,
68
,
0
.4
)
;
-webkit-box-shadow
:
0
1
px
1
0px
$color-box-shadow
;
-moz-box-shadow
:
0
px
0
px
2
0px
rgba
(
29
,
45
,
68
,
0
.4
)
;
-moz-box-shadow
:
0
1
px
1
0px
$color-box-shadow
;
box-shadow
:
0
px
0
px
2
0px
rgba
(
29
,
45
,
68
,
0
.4
)
;
box-shadow
:
0
1
px
1
0px
$color-box-shadow
;
}
}
&
.up
{
&
.up
{
border-top-left-radius
:
8
px
;
border-top-left-radius
:
3
px
;
border-top-right-radius
:
8
px
;
border-top-right-radius
:
3
px
;
}
}
>
li
{
>
li
{
overflow
:
hidden
;
overflow
:
hidden
;
...
@@ -96,7 +96,7 @@ select.multiselect {
...
@@ -96,7 +96,7 @@ select.multiselect {
/* To make a select look like a multiselect until it's initialized */
/* To make a select look like a multiselect until it's initialized */
div
.multiselect
{
div
.multiselect
{
&
.active
{
&
.active
{
background-color
:
#fff
;
background-color
:
$color-main-background
;
position
:
relative
;
position
:
relative
;
z-index
:
50
;
z-index
:
50
;
}
}
...
...
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