Skip to content

Commit

Permalink
revert dark modal headers to light, closes thomaspark#277
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Jul 7, 2014
1 parent 9ac7491 commit cdff774
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 81 deletions.
10 changes: 1 addition & 9 deletions cosmo/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6296,15 +6296,7 @@ table .info a,
.panel-default .close {
color: #333333;
}
.modal-content {
border: none;
}
.modal-header {
background-color: #222222;
color: #fff;
}
.modal-body .close,
.modal-footer .close {
.modal .close {
color: #333333;
}
.popover {
Expand Down
2 changes: 1 addition & 1 deletion cosmo/bootstrap.min.css

Large diffs are not rendered by default.

17 changes: 2 additions & 15 deletions cosmo/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -187,21 +187,8 @@ table,
}

.modal {

&-content {
border: none;
}

&-header {
background-color: @navbar-default-bg;
color: #fff;
}

&-body,
&-footer {
.close {
color: @text-color;
}
.close {
color: @text-color;
}
}

Expand Down
6 changes: 0 additions & 6 deletions darkly/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6390,12 +6390,6 @@ textarea:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.modal {
color: #ffffff;
}
.modal-header {
background-color: #375a7f;
}
.popover {
color: #ffffff;
}
Expand Down
2 changes: 1 addition & 1 deletion darkly/bootstrap.min.css

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions darkly/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -273,14 +273,6 @@ textarea {
.box-shadow(none);
}

.modal {
color: @text-color;

&-header {
background-color: @navbar-default-bg;
}
}

.popover {
color: @text-color;
}
Expand Down
7 changes: 1 addition & 6 deletions flatly/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6369,12 +6369,7 @@ input:focus {
.panel-default .close {
color: #2c3e50;
}
.modal-header {
background-color: #2c3e50;
color: #fff;
}
.modal-body .close,
.modal-footer .close {
.modal .close {
color: #2c3e50;
}
.popover {
Expand Down
2 changes: 1 addition & 1 deletion flatly/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 2 additions & 10 deletions flatly/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -255,16 +255,8 @@ input, {
}

.modal {
&-header {
background-color: @navbar-default-bg;
color: #fff;
}

&-body,
&-footer {
.close {
color: @text-color;
}
.close {
color: @text-color;
}
}

Expand Down
10 changes: 1 addition & 9 deletions yeti/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6472,14 +6472,6 @@ label,
.panel-default .close {
color: #222222;
}
.modal-content {
border: none;
}
.modal-header {
background-color: #333333;
color: #fff;
}
.modal-body .close,
.modal-footer .close {
.modal .close {
color: #222222;
}
2 changes: 1 addition & 1 deletion yeti/bootstrap.min.css

Large diffs are not rendered by default.

16 changes: 2 additions & 14 deletions yeti/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -427,19 +427,7 @@ label,
}

.modal {
&-content {
border: none;
}

&-header {
background-color: @navbar-default-bg;
color: #fff;
}

&-body,
&-footer {
.close {
color: @text-color;
}
.close {
color: @text-color;
}
}

0 comments on commit cdff774

Please sign in to comment.