themes/bootstrap: fix various css errors
This commit is contained in:
parent
8cfa5cc7c5
commit
9297ef38c4
1 changed files with 3 additions and 3 deletions
|
@ -541,7 +541,7 @@ textarea {
|
|||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
:-moz-placeholder {
|
||||
::-moz-placeholder {
|
||||
color: #bfbfbf;
|
||||
}
|
||||
|
||||
|
@ -744,7 +744,7 @@ header {
|
|||
right: 0;
|
||||
z-index: 10000;
|
||||
overflow: visible;
|
||||
color: #BFBFBF
|
||||
color: #BFBFBF;
|
||||
}
|
||||
|
||||
header a {
|
||||
|
@ -1556,7 +1556,7 @@ footer {
|
|||
}
|
||||
|
||||
:root .alert-message, :root .btn {
|
||||
border-radius: 0 \0;
|
||||
border-radius: 0 0;
|
||||
}
|
||||
|
||||
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
||||
|
|
Loading…
Reference in a new issue