Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
60e1f5e0
Commit
60e1f5e0
authored
Jul 31, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
start with buttons
parent
4c27f3ce
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
142 additions
and
3 deletions
+142
-3
dist/css/bootstrap.css
dist/css/bootstrap.css
+137
-0
dist/css/bootstrap.min.css
dist/css/bootstrap.min.css
+1
-1
less/bootstrap.less
less/bootstrap.less
+4
-2
No files found.
dist/css/bootstrap.css
View file @
60e1f5e0
...
...
@@ -4689,4 +4689,141 @@ td.visible-print {
td
.hidden-print
{
display
:
none
!important
;
}
}
.btn
:active
,
.btn.active
{
background-image
:
none
;
}
.btn-default
{
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.2
);
background-color
:
#2e2f2f
;
background-image
:
-webkit-gradient
(
linear
,
left
0%
,
left
100%
,
from
(
#474949
),
to
(
#2e2f2f
));
background-image
:
-webkit-linear-gradient
(
top
,
#474949
,
0%
,
#2e2f2f
,
100%
);
background-image
:
-moz-linear-gradient
(
top
,
#474949
0%
,
#2e2f2f
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#474949
0%
,
#2e2f2f
100%
);
background-repeat
:
repeat-x
;
border-color
:
#292a2a
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ff474949'
,
endColorstr
=
'#ff2e2f2f'
,
GradientType
=
0
);
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.15
),
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.15
),
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
}
.btn-default
:active
,
.btn-default.active
{
background-color
:
#2e2f2f
;
border-color
:
#292a2a
;
-webkit-box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
0.125
);
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
0.125
);
}
.btn-primary
{
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.2
);
background-color
:
#3071a9
;
background-image
:
-webkit-gradient
(
linear
,
left
0%
,
left
100%
,
from
(
#428bca
),
to
(
#3071a9
));
background-image
:
-webkit-linear-gradient
(
top
,
#428bca
,
0%
,
#3071a9
,
100%
);
background-image
:
-moz-linear-gradient
(
top
,
#428bca
0%
,
#3071a9
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#428bca
0%
,
#3071a9
100%
);
background-repeat
:
repeat-x
;
border-color
:
#2d6ca2
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ff428bca'
,
endColorstr
=
'#ff3071a9'
,
GradientType
=
0
);
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.15
),
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.15
),
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
}
.btn-primary
:active
,
.btn-primary.active
{
background-color
:
#3071a9
;
border-color
:
#2d6ca2
;
-webkit-box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
0.125
);
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
0.125
);
}
.btn-success
{
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.2
);
background-color
:
#449d44
;
background-image
:
-webkit-gradient
(
linear
,
left
0%
,
left
100%
,
from
(
#5cb85c
),
to
(
#449d44
));
background-image
:
-webkit-linear-gradient
(
top
,
#5cb85c
,
0%
,
#449d44
,
100%
);
background-image
:
-moz-linear-gradient
(
top
,
#5cb85c
0%
,
#449d44
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#5cb85c
0%
,
#449d44
100%
);
background-repeat
:
repeat-x
;
border-color
:
#419641
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ff5cb85c'
,
endColorstr
=
'#ff449d44'
,
GradientType
=
0
);
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.15
),
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.15
),
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
}
.btn-success
:active
,
.btn-success.active
{
background-color
:
#449d44
;
border-color
:
#419641
;
-webkit-box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
0.125
);
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
0.125
);
}
.btn-warning
{
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.2
);
background-color
:
#ec971f
;
background-image
:
-webkit-gradient
(
linear
,
left
0%
,
left
100%
,
from
(
#f0ad4e
),
to
(
#ec971f
));
background-image
:
-webkit-linear-gradient
(
top
,
#f0ad4e
,
0%
,
#ec971f
,
100%
);
background-image
:
-moz-linear-gradient
(
top
,
#f0ad4e
0%
,
#ec971f
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#f0ad4e
0%
,
#ec971f
100%
);
background-repeat
:
repeat-x
;
border-color
:
#eb9316
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#fff0ad4e'
,
endColorstr
=
'#ffec971f'
,
GradientType
=
0
);
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.15
),
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.15
),
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
}
.btn-warning
:active
,
.btn-warning.active
{
background-color
:
#ec971f
;
border-color
:
#eb9316
;
-webkit-box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
0.125
);
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
0.125
);
}
.btn-danger
{
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.2
);
background-color
:
#c9302c
;
background-image
:
-webkit-gradient
(
linear
,
left
0%
,
left
100%
,
from
(
#d9534f
),
to
(
#c9302c
));
background-image
:
-webkit-linear-gradient
(
top
,
#d9534f
,
0%
,
#c9302c
,
100%
);
background-image
:
-moz-linear-gradient
(
top
,
#d9534f
0%
,
#c9302c
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#d9534f
0%
,
#c9302c
100%
);
background-repeat
:
repeat-x
;
border-color
:
#c12e2a
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffd9534f'
,
endColorstr
=
'#ffc9302c'
,
GradientType
=
0
);
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.15
),
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.15
),
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
}
.btn-danger
:active
,
.btn-danger.active
{
background-color
:
#c9302c
;
border-color
:
#c12e2a
;
-webkit-box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
0.125
);
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
0.125
);
}
.btn-info
{
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.2
);
background-color
:
#31b0d5
;
background-image
:
-webkit-gradient
(
linear
,
left
0%
,
left
100%
,
from
(
#5bc0de
),
to
(
#31b0d5
));
background-image
:
-webkit-linear-gradient
(
top
,
#5bc0de
,
0%
,
#31b0d5
,
100%
);
background-image
:
-moz-linear-gradient
(
top
,
#5bc0de
0%
,
#31b0d5
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#5bc0de
0%
,
#31b0d5
100%
);
background-repeat
:
repeat-x
;
border-color
:
#2aabd2
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ff5bc0de'
,
endColorstr
=
'#ff31b0d5'
,
GradientType
=
0
);
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.15
),
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.15
),
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
}
.btn-info
:active
,
.btn-info.active
{
background-color
:
#31b0d5
;
border-color
:
#2aabd2
;
-webkit-box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
0.125
);
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
0.125
);
}
\ No newline at end of file
dist/css/bootstrap.min.css
View file @
60e1f5e0
This source diff could not be displayed because it is too large. You can
view the blob
instead.
less/bootstrap.less
View file @
60e1f5e0
...
...
@@ -21,7 +21,6 @@
@import "type.less";
@import "code.less";
@import "grid.less";
@import "tables.less";
@import "forms.less";
@import "buttons.less";
...
...
@@ -60,5 +59,8 @@
@import "jumbotron.less";
// Utility classes
@import "utilities.less";
// Has to be last to override when necessary
@import "utilities.less";
@import "responsive-utilities.less";
// Themes
@import "theme.less";
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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