Skip to content

Commit

Permalink
Fixed issue: Clearing another colon in CSS
Browse files Browse the repository at this point in the history
* Set updatable to false

* Fix admin basics

* Fix: config typo

* Dev: change Travis branch build link

* Fix: colon typo

* revert to upstream/master

* revert back to upstream/master

* Fix: clearing another colon
  • Loading branch information
iap authored and lacrioque committed Jul 30, 2018
1 parent 45ed548 commit 5587ee1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -4321,7 +4321,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: : #fff;
color: #fff;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
Expand Down
2 changes: 1 addition & 1 deletion application/extensions/bootstrap/css/bootstrap.css
Expand Up @@ -3558,7 +3558,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: : #fff;
color: #fff;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
Expand Down
2 changes: 1 addition & 1 deletion application/extensions/bootstrap/css/bootstrap.min.css
Expand Up @@ -3558,7 +3558,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: : #fff;
color: #fff;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
Expand Down

0 comments on commit 5587ee1

Please sign in to comment.