Merge https://github.com/friendica/red into pending_merge
This commit is contained in:
@@ -81,7 +81,11 @@ a.btn-default {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
a.btn-success {
|
||||
a.btn-success,
|
||||
a.btn-danger,
|
||||
a.btn-info,
|
||||
a.btn-warning,
|
||||
a.btn-primary {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -111,8 +115,8 @@ input[type="submit"] {
|
||||
padding: 6px 12px;
|
||||
}
|
||||
|
||||
button, input, optgroup, select, textarea {
|
||||
color: #000;
|
||||
input, optgroup, select, textarea {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
pre code {
|
||||
@@ -2331,5 +2335,5 @@ aside .nav > li > a:hover, aside .nav > li > a:focus {
|
||||
|
||||
.field.checkbox > div > input:checked + label .onoffswitch-switch {
|
||||
right: 0px;
|
||||
background-color: $link_colour;
|
||||
background-color: #337AB7;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user