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
e7d45184
Commit
e7d45184
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
swap last .btn-dark reference
parent
5d02b8c3
2 merge requests
!2142
2.0.2 wip
,
!1952
Tabulation navigation with Typeahead
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
+1
-1
docs/assets/css/bootstrap.css
less/buttons.less
+1
-1
less/buttons.less
with
2 additions
and
2 deletions
+2
-2
docs/assets/bootstrap.zip
+
0
-
0
View file @
e7d45184
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
1
-
1
View file @
e7d45184
...
@@ -1832,7 +1832,7 @@ table .span12 {
...
@@ -1832,7 +1832,7 @@ table .span12 {
.btn-danger.active
,
.btn-danger.active
,
.btn-success.active
,
.btn-success.active
,
.btn-info.active
,
.btn-info.active
,
.btn-
dark
.active
{
.btn-
inverse
.active
{
color
:
rgba
(
255
,
255
,
255
,
0.75
);
color
:
rgba
(
255
,
255
,
255
,
0.75
);
}
}
.btn-primary
{
.btn-primary
{
...
...
This diff is collapsed.
Click to expand it.
less/buttons.less
+
1
-
1
View file @
e7d45184
...
@@ -126,7 +126,7 @@
...
@@ -126,7 +126,7 @@
.btn-danger.active,
.btn-danger.active,
.btn-success.active,
.btn-success.active,
.btn-info.active,
.btn-info.active,
.btn-
dark
.active {
.btn-
inverse
.active {
color: rgba(255,255,255,.75);
color: rgba(255,255,255,.75);
}
}
...
...
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