Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
12d0f985
Commit
12d0f985
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
Use $input-border-width for custom file input borders
Fixes part of
#18150
[skip sauce] [skip validator]
parent
3f294342
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_custom-forms.scss
+2
-2
scss/_custom-forms.scss
with
2 additions
and
2 deletions
+2
-2
scss/_custom-forms.scss
+
2
-
2
View file @
12d0f985
...
@@ -195,7 +195,7 @@
...
@@ -195,7 +195,7 @@
color
:
#555
;
color
:
#555
;
user-select
:
none
;
user-select
:
none
;
background-color
:
#fff
;
background-color
:
#fff
;
border
:
.075rem
solid
#ddd
;
border
:
$input-border-width
solid
#ddd
;
border-radius
:
.25rem
;
border-radius
:
.25rem
;
@include
box-shadow
(
inset
0
.2rem
.4rem
rgba
(
0
,
0
,
0
,.
05
));
@include
box-shadow
(
inset
0
.2rem
.4rem
rgba
(
0
,
0
,
0
,.
05
));
}
}
...
@@ -215,7 +215,7 @@
...
@@ -215,7 +215,7 @@
color
:
#555
;
color
:
#555
;
content
:
"Browse"
;
content
:
"Browse"
;
background-color
:
#eee
;
background-color
:
#eee
;
border
:
.075rem
solid
#ddd
;
border
:
$input-border-width
solid
#ddd
;
border-radius
:
0
.25rem
.25rem
0
;
border-radius
:
0
.25rem
.25rem
0
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment