0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Remove @black and just use #000

This commit is contained in:
Mark Otto 2012-12-19 22:02:57 -08:00
parent 65edc9cd6e
commit 7449e2e5a1
5 changed files with 10 additions and 11 deletions

View File

@ -2277,7 +2277,7 @@ table th[class*="span"] {
width: 0; width: 0;
height: 0; height: 0;
vertical-align: top; vertical-align: top;
border-top: 4px solid #000000; border-top: 4px solid #000;
border-right: 4px solid transparent; border-right: 4px solid transparent;
border-left: 4px solid transparent; border-left: 4px solid transparent;
content: ""; content: "";
@ -2388,7 +2388,7 @@ table th[class*="span"] {
.dropup .caret, .dropup .caret,
.navbar-fixed-bottom .dropdown .caret { .navbar-fixed-bottom .dropdown .caret {
border-top: 0; border-top: 0;
border-bottom: 4px solid #000000; border-bottom: 4px solid #000;
content: ""; content: "";
} }
@ -2517,14 +2517,14 @@ table th[class*="span"] {
font-size: 20px; font-size: 20px;
font-weight: bold; font-weight: bold;
line-height: 20px; line-height: 20px;
color: #000000; color: #000;
text-shadow: 0 1px 0 #ffffff; text-shadow: 0 1px 0 #ffffff;
opacity: 0.2; opacity: 0.2;
filter: alpha(opacity=20); filter: alpha(opacity=20);
} }
.close:hover { .close:hover {
color: #000000; color: #000;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
opacity: 0.4; opacity: 0.4;
@ -4133,7 +4133,7 @@ input[type="button"].btn-block {
bottom: 0; bottom: 0;
left: 0; left: 0;
z-index: 1040; z-index: 1040;
background-color: #000000; background-color: #000;
} }
.modal-backdrop.fade { .modal-backdrop.fade {

View File

@ -8,11 +8,11 @@
font-size: 20px; font-size: 20px;
font-weight: bold; font-weight: bold;
line-height: @line-height-base; line-height: @line-height-base;
color: @black; color: #000;
text-shadow: 0 1px 0 rgba(255,255,255,1); text-shadow: 0 1px 0 rgba(255,255,255,1);
.opacity(20); .opacity(20);
&:hover { &:hover {
color: @black; color: #000;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
.opacity(40); .opacity(40);

View File

@ -20,7 +20,7 @@
width: 0; width: 0;
height: 0; height: 0;
vertical-align: top; vertical-align: top;
border-top: 4px solid @black; border-top: 4px solid #000;
border-right: 4px solid transparent; border-right: 4px solid transparent;
border-left: 4px solid transparent; border-left: 4px solid transparent;
content: ""; content: "";
@ -135,7 +135,7 @@
// Reverse the caret // Reverse the caret
.caret { .caret {
border-top: 0; border-top: 0;
border-bottom: 4px solid @black; border-bottom: 4px solid #000;
content: ""; content: "";
} }
// Different positioning for bottom up menu // Different positioning for bottom up menu

View File

@ -10,7 +10,7 @@
bottom: 0; bottom: 0;
left: 0; left: 0;
z-index: @zindex-modal-background; z-index: @zindex-modal-background;
background-color: @black; background-color: #000;
// Fade for backdrop // Fade for backdrop
&.fade { opacity: 0; } &.fade { opacity: 0; }
} }

View File

@ -9,7 +9,6 @@
// Grays // Grays
// ------------------------- // -------------------------
@black: #000;
@grayDarker: #222; @grayDarker: #222;
@grayDark: #333; @grayDark: #333;
@gray: #555; @gray: #555;