Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
5b8ff706
Commit
5b8ff706
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes #4136: use @dropdownBorder var, but keep IE7-8 fallback
parent
b9105b98
7 merge requests
!4427
Use variable for desktop media query
,
!4258
Aria
,
!4248
Amended mentions of 'javascript' to the correct 'JavaScript'
,
!4235
Patch 1
,
!4232
Fixing the modal z-index issue + make modal stacking possible
,
!4213
2.1.0 wip
,
!4165
Patch 2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/dropdowns.less
+2
-2
less/dropdowns.less
with
2 additions
and
2 deletions
+2
-2
less/dropdowns.less
+
2
-
2
View file @
5b8ff706
...
@@ -60,8 +60,8 @@
...
@@ -60,8 +60,8 @@
margin: 1px 0 0; // override default ul
margin: 1px 0 0; // override default ul
list-style: none;
list-style: none;
background-color: @dropdownBackground;
background-color: @dropdownBackground;
border: 1px solid #ccc;
border: 1px solid #ccc;
// Fallback for IE7-8
border: 1px solid
rgba(0,0,0,.2)
;
border: 1px solid
@dropdownBorder
;
*border-right-width: 2px;
*border-right-width: 2px;
*border-bottom-width: 2px;
*border-bottom-width: 2px;
.border-radius(6px);
.border-radius(6px);
...
...
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
Menu
Explore
Projects
Groups
Snippets