thonon: modify focus border, ajust comment-field (#29040)

This commit is contained in:
Thomas NOËL 2019-01-24 09:05:27 +01:00
parent 24ddddcaf2
commit 186a7b3ee9
2 changed files with 11 additions and 2 deletions

View File

@ -42,6 +42,14 @@ h3, h4 {
color: #253A8E;
}
#messages li,
div.infonotice,
div.successnotice,
div.warningnotice,
div.errornotice {
color: black;
}
form.quixote {
div.error {
color: #A06718;
@ -50,6 +58,7 @@ form.quixote {
div.comment-field {
padding: 0.9rem;
padding-left: 3.6rem;
}
input, select {

View File

@ -32,8 +32,8 @@ $button-background: #fec307;
$button-color: black; // ou white, selon $button-background;
$widget-border: 1px solid #cecac4;
$widget-focus-background: white;
$widget-focus-border: white;
$widget-focus-background: #fec307;
$widget-focus-border: 1px solid #fec307;
$widget-border-radius: 8px;
$widget-custom-radio-checkbox: true;
$widget-unique-checkbox-position: left;