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
6b23a66c
Commit
6b23a66c
authored
Mar 31, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-background to -bg on tooltip and popover vars
parent
cf843c5c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
13 deletions
+13
-13
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+3
-3
less/popovers.less
less/popovers.less
+5
-5
less/tooltip.less
less/tooltip.less
+1
-1
less/variables.less
less/variables.less
+4
-4
No files found.
docs/assets/css/bootstrap.css
View file @
6b23a66c
...
@@ -4399,9 +4399,9 @@ button.close {
...
@@ -4399,9 +4399,9 @@ button.close {
border-radius
:
6px
;
border-radius
:
6px
;
-webkit-box-shadow
:
0
5px
10px
rgba
(
0
,
0
,
0
,
0.2
);
-webkit-box-shadow
:
0
5px
10px
rgba
(
0
,
0
,
0
,
0.2
);
box-shadow
:
0
5px
10px
rgba
(
0
,
0
,
0
,
0.2
);
box-shadow
:
0
5px
10px
rgba
(
0
,
0
,
0
,
0.2
);
-webkit-
background-clip
:
padding-box
;
background-clip
:
padding-box
;
-moz-background-clip
:
padding
;
-webkit-bg-clip
:
padding-box
;
background-clip
:
padding-box
;
-moz-bg-clip
:
padding
;
}
}
.popover.top
{
.popover.top
{
...
...
less/popovers.less
View file @
6b23a66c
...
@@ -12,9 +12,9 @@
...
@@ -12,9 +12,9 @@
max-width: 276px;
max-width: 276px;
padding: 1px;
padding: 1px;
text-align: left; // Reset given new insertion method
text-align: left; // Reset given new insertion method
background-color: @popover-b
ackground
;
background-color: @popover-b
g
;
-webkit-b
ackground
-clip: padding-box;
-webkit-b
g
-clip: padding-box;
-moz-b
ackground
-clip: padding;
-moz-b
g
-clip: padding;
background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.2);
border: 1px solid rgba(0,0,0,.2);
...
@@ -37,8 +37,8 @@
...
@@ -37,8 +37,8 @@
font-size: 14px;
font-size: 14px;
font-weight: normal;
font-weight: normal;
line-height: 18px;
line-height: 18px;
background-color: @popover-title-b
ackground
;
background-color: @popover-title-b
g
;
border-bottom: 1px solid darken(@popover-title-b
ackground
, 5%);
border-bottom: 1px solid darken(@popover-title-b
g
, 5%);
border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
&:empty {
&:empty {
...
...
less/tooltip.less
View file @
6b23a66c
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
color: @tooltip-color;
color: @tooltip-color;
text-align: center;
text-align: center;
text-decoration: none;
text-decoration: none;
background-color: @tooltip-b
ackground
;
background-color: @tooltip-b
g
;
border-radius: @border-radius-base;
border-radius: @border-radius-base;
}
}
...
...
less/variables.less
View file @
6b23a66c
...
@@ -258,14 +258,14 @@
...
@@ -258,14 +258,14 @@
// Tooltips and popovers
// Tooltips and popovers
// -------------------------
// -------------------------
@tooltip-color: #fff;
@tooltip-color: #fff;
@tooltip-b
ackground:
rgba(0,0,0,.9);
@tooltip-b
g:
rgba(0,0,0,.9);
@tooltip-arrow-width: 5px;
@tooltip-arrow-width: 5px;
@tooltip-arrow-color: @tooltip-b
ackground
;
@tooltip-arrow-color: @tooltip-b
g
;
@popover-b
ackground:
#fff;
@popover-b
g:
#fff;
@popover-arrow-width: 10px;
@popover-arrow-width: 10px;
@popover-arrow-color: #fff;
@popover-arrow-color: #fff;
@popover-title-b
ackground: darken(@popover-background
, 3%);
@popover-title-b
g: darken(@popover-bg
, 3%);
// Special enhancement for popovers
// Special enhancement for popovers
@popover-arrow-outer-width: (@popover-arrow-width + 1);
@popover-arrow-outer-width: (@popover-arrow-width + 1);
...
...
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