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
95048c27
Commit
95048c27
authored
Dec 11, 2011
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix specificity on pills
parent
6de3ed53
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
bootstrap.css
bootstrap.css
+3
-3
bootstrap.min.css
bootstrap.min.css
+1
-1
lib/tabs-pills.less
lib/tabs-pills.less
+1
-1
No files found.
bootstrap.css
View file @
95048c27
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Sun Dec 11 0
0:58:00
PST 2011
* Date: Sun Dec 11 0
1:03:44
PST 2011
*/
*/
html
,
body
{
html
,
body
{
margin
:
0
;
margin
:
0
;
...
@@ -2074,7 +2074,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
...
@@ -2074,7 +2074,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
.tabs
li
.open
a
.menu
:after
,
.tabs
.dropdown.open
.dropdown-toggle
:after
{
.tabs
li
.open
a
.menu
:after
,
.tabs
.dropdown.open
.dropdown-toggle
:after
{
border-top-color
:
#555
;
border-top-color
:
#555
;
}
}
.pills
>
a
{
.pills
>
li
>
a
{
padding
:
0
15px
;
padding
:
0
15px
;
margin
:
5px
3px
5px
0
;
margin
:
5px
3px
5px
0
;
line-height
:
30px
;
line-height
:
30px
;
...
@@ -2083,7 +2083,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
...
@@ -2083,7 +2083,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
-moz-border-radius
:
15px
;
-moz-border-radius
:
15px
;
border-radius
:
15px
;
border-radius
:
15px
;
}
}
.pills
>
a
:hover
{
.pills
>
li
>
a
:hover
{
color
:
#ffffff
;
color
:
#ffffff
;
text-decoration
:
none
;
text-decoration
:
none
;
text-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
0.25
);
text-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
0.25
);
...
...
bootstrap.min.css
View file @
95048c27
...
@@ -276,7 +276,7 @@ button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner{padding:0;
...
@@ -276,7 +276,7 @@ button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner{padding:0;
.tabs
a
.menu
:after
,
.tabs
.dropdown-toggle
:after
{
border-top-color
:
#999
;
margin-top
:
15px
;
margin-left
:
5px
;}
.tabs
a
.menu
:after
,
.tabs
.dropdown-toggle
:after
{
border-top-color
:
#999
;
margin-top
:
15px
;
margin-left
:
5px
;}
.tabs
li
.open.menu
.menu
,
.tabs
.open.dropdown
.dropdown-toggle
{
border-color
:
#999
;}
.tabs
li
.open.menu
.menu
,
.tabs
.open.dropdown
.dropdown-toggle
{
border-color
:
#999
;}
.tabs
li
.open
a
.menu
:after
,
.tabs
.dropdown.open
.dropdown-toggle
:after
{
border-top-color
:
#555
;}
.tabs
li
.open
a
.menu
:after
,
.tabs
.dropdown.open
.dropdown-toggle
:after
{
border-top-color
:
#555
;}
.pills
>
a
{
padding
:
0
15px
;
margin
:
5px
3px
5px
0
;
line-height
:
30px
;
text-shadow
:
0
1px
1px
#ffffff
;
-webkit-border-radius
:
15px
;
-moz-border-radius
:
15px
;
border-radius
:
15px
;}
.pills
>
a
:hover
{
color
:
#ffffff
;
text-decoration
:
none
;
text-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
0.25
);
background-color
:
#00438a
;}
.pills
>
li
>
a
{
padding
:
0
15px
;
margin
:
5px
3px
5px
0
;
line-height
:
30px
;
text-shadow
:
0
1px
1px
#ffffff
;
-webkit-border-radius
:
15px
;
-moz-border-radius
:
15px
;
border-radius
:
15px
;}
.pills
>
li
>
a
:hover
{
color
:
#ffffff
;
text-decoration
:
none
;
text-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
0.25
);
background-color
:
#00438a
;}
.pills
.active
>
a
{
color
:
#ffffff
;
text-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
0.25
);
background-color
:
#0069d6
;}
.pills
.active
>
a
{
color
:
#ffffff
;
text-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
0.25
);
background-color
:
#0069d6
;}
.pills-vertical
>
li
{
float
:
none
;}
.pills-vertical
>
li
{
float
:
none
;}
.tab-content
>
.tab-pane
,
.pill-content
>
.pill-pane
{
display
:
none
;}
.tab-content
>
.tab-pane
,
.pill-content
>
.pill-pane
{
display
:
none
;}
...
...
lib/tabs-pills.less
View file @
95048c27
...
@@ -182,7 +182,7 @@
...
@@ -182,7 +182,7 @@
// Pills
// Pills
.pills {
.pills {
> a {
>
li >
a {
padding: 0 15px;
padding: 0 15px;
margin: 5px 3px 5px 0;
margin: 5px 3px 5px 0;
line-height: 30px;
line-height: 30px;
...
...
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