Commit 7449e2e5 authored by Mark Otto's avatar Mark Otto
Browse files

Remove @black and just use #000

parent 65edc9cd
21 merge requests!7033Fix backdrop undefined bug in modal,!8635ignore Gruntfile.js in jekyll,!8339Fix broken links to navbar component in docs examples,!7329Fix for issue #7328,!7219Fix for mini typo mistake in css.html,!7674Clear float on all when navbar is collapsed - v3,!7344Fixed .spanX selector (*= instead of ^=),!7346Fix compilation error,!7775added some tests for tooltip title setter,!8157Close Me: Docs "Customize and Download" button fix,!7509Proposed fix for allowing Collapse events ('show'/'hide') to be cancelled,!7964commit fixes #7792,!8656Added rel="stylesheet" to CDN-Examples,!8527Inner properties move 1,!8245Interactive color picker - Closed: request against wrong branch,!7865Patch 2,!7651Drop the sizzle dependency to allow smaller builds targeting mobile devices,!6853typeahead: do not store item data in an attribute,!6666Patch 1,!65463.0.0 wip - fixed the issue in which the test pid isn't killed if a test fails,!6503control markup changes added
Showing with 10 additions and 11 deletions
+10 -11
......@@ -2277,7 +2277,7 @@ table th[class*="span"] {
width: 0;
height: 0;
vertical-align: top;
border-top: 4px solid #000000;
border-top: 4px solid #000;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: "";
......@@ -2388,7 +2388,7 @@ table th[class*="span"] {
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px solid #000000;
border-bottom: 4px solid #000;
content: "";
}
......@@ -2517,14 +2517,14 @@ table th[class*="span"] {
font-size: 20px;
font-weight: bold;
line-height: 20px;
color: #000000;
color: #000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover {
color: #000000;
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
......@@ -4133,7 +4133,7 @@ input[type="button"].btn-block {
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000000;
background-color: #000;
}
.modal-backdrop.fade {
......
......@@ -8,11 +8,11 @@
font-size: 20px;
font-weight: bold;
line-height: @line-height-base;
color: @black;
color: #000;
text-shadow: 0 1px 0 rgba(255,255,255,1);
.opacity(20);
&:hover {
color: @black;
color: #000;
text-decoration: none;
cursor: pointer;
.opacity(40);
......
......@@ -20,7 +20,7 @@
width: 0;
height: 0;
vertical-align: top;
border-top: 4px solid @black;
border-top: 4px solid #000;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: "";
......@@ -135,7 +135,7 @@
// Reverse the caret
.caret {
border-top: 0;
border-bottom: 4px solid @black;
border-bottom: 4px solid #000;
content: "";
}
// Different positioning for bottom up menu
......
......@@ -10,7 +10,7 @@
bottom: 0;
left: 0;
z-index: @zindex-modal-background;
background-color: @black;
background-color: #000;
// Fade for backdrop
&.fade { opacity: 0; }
}
......
......@@ -9,7 +9,6 @@
// Grays
// -------------------------
@black: #000;
@grayDarker: #222;
@grayDark: #333;
@gray: #555;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment