remove slight transparency of primary action button, ref #1615
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
8a231a4223
commit
551cffd1b8
2 changed files with 0 additions and 10 deletions
|
@ -331,14 +331,12 @@ class ThemingController extends Controller {
|
|||
'.primary:active, input[type="submit"].primary:active, input[type="button"].primary:active, button.primary:active, .button.primary:active {' .
|
||||
'border: 1px solid '.$elementColor.';'.
|
||||
'background-color: '.$elementColor.';'.
|
||||
'opacity: 0.8;' .
|
||||
'color: ' . $textColor . ';'.
|
||||
"}\n" .
|
||||
'.primary:hover, input[type="submit"].primary:hover, input[type="button"].primary:hover, button.primary:hover, .button.primary:hover,' .
|
||||
'.primary:focus, input[type="submit"].primary:focus, input[type="button"].primary:focus, button.primary:focus, .button.primary:focus {' .
|
||||
'border: 1px solid '.$elementColor.';'.
|
||||
'background-color: '.$elementColor.';'.
|
||||
'opacity: 1.0;' .
|
||||
'color: ' . $textColor . ';'.
|
||||
"}\n" .
|
||||
'.primary:disabled, input[type="submit"].primary:disabled, input[type="button"].primary:disabled, button.primary:disabled, .button.primary:disabled,' .
|
||||
|
|
|
@ -440,14 +440,12 @@ class ThemingControllerTest extends TestCase {
|
|||
'.primary:active, input[type="submit"].primary:active, input[type="button"].primary:active, button.primary:active, .button.primary:active {' .
|
||||
'border: 1px solid '.$color.';'.
|
||||
'background-color: '.$color.';'.
|
||||
'opacity: 0.8;' .
|
||||
'color: #ffffff;'.
|
||||
"}\n" .
|
||||
'.primary:hover, input[type="submit"].primary:hover, input[type="button"].primary:hover, button.primary:hover, .button.primary:hover,' .
|
||||
'.primary:focus, input[type="submit"].primary:focus, input[type="button"].primary:focus, button.primary:focus, .button.primary:focus {' .
|
||||
'border: 1px solid '.$color.';'.
|
||||
'background-color: '.$color.';'.
|
||||
'opacity: 1.0;' .
|
||||
'color: #ffffff;'.
|
||||
"}\n" .
|
||||
'.primary:disabled, input[type="submit"].primary:disabled, input[type="button"].primary:disabled, button.primary:disabled, .button.primary:disabled,' .
|
||||
|
@ -530,14 +528,12 @@ class ThemingControllerTest extends TestCase {
|
|||
'.primary:active, input[type="submit"].primary:active, input[type="button"].primary:active, button.primary:active, .button.primary:active {' .
|
||||
'border: 1px solid '.$elementColor.';'.
|
||||
'background-color: '.$elementColor.';'.
|
||||
'opacity: 0.8;' .
|
||||
'color: #000000;'.
|
||||
"}\n" .
|
||||
'.primary:hover, input[type="submit"].primary:hover, input[type="button"].primary:hover, button.primary:hover, .button.primary:hover,' .
|
||||
'.primary:focus, input[type="submit"].primary:focus, input[type="button"].primary:focus, button.primary:focus, .button.primary:focus {' .
|
||||
'border: 1px solid '.$elementColor.';'.
|
||||
'background-color: '.$elementColor.';'.
|
||||
'opacity: 1.0;' .
|
||||
'color: #000000;'.
|
||||
"}\n" .
|
||||
'.primary:disabled, input[type="submit"].primary:disabled, input[type="button"].primary:disabled, button.primary:disabled, .button.primary:disabled,' .
|
||||
|
@ -706,14 +702,12 @@ class ThemingControllerTest extends TestCase {
|
|||
'.primary:active, input[type="submit"].primary:active, input[type="button"].primary:active, button.primary:active, .button.primary:active {' .
|
||||
'border: 1px solid '.$color.';'.
|
||||
'background-color: '.$color.';'.
|
||||
'opacity: 0.8;' .
|
||||
'color: #ffffff;'.
|
||||
"}\n" .
|
||||
'.primary:hover, input[type="submit"].primary:hover, input[type="button"].primary:hover, button.primary:hover, .button.primary:hover,' .
|
||||
'.primary:focus, input[type="submit"].primary:focus, input[type="button"].primary:focus, button.primary:focus, .button.primary:focus {' .
|
||||
'border: 1px solid '.$color.';'.
|
||||
'background-color: '.$color.';'.
|
||||
'opacity: 1.0;' .
|
||||
'color: #ffffff;'.
|
||||
"}\n" .
|
||||
'.primary:disabled, input[type="submit"].primary:disabled, input[type="button"].primary:disabled, button.primary:disabled, .button.primary:disabled,' .
|
||||
|
@ -813,14 +807,12 @@ class ThemingControllerTest extends TestCase {
|
|||
'.primary:active, input[type="submit"].primary:active, input[type="button"].primary:active, button.primary:active, .button.primary:active {' .
|
||||
'border: 1px solid '.$elementColor.';'.
|
||||
'background-color: '.$elementColor.';'.
|
||||
'opacity: 0.8;' .
|
||||
'color: #000000;'.
|
||||
"}\n" .
|
||||
'.primary:hover, input[type="submit"].primary:hover, input[type="button"].primary:hover, button.primary:hover, .button.primary:hover,' .
|
||||
'.primary:focus, input[type="submit"].primary:focus, input[type="button"].primary:focus, button.primary:focus, .button.primary:focus {' .
|
||||
'border: 1px solid '.$elementColor.';'.
|
||||
'background-color: '.$elementColor.';'.
|
||||
'opacity: 1.0;' .
|
||||
'color: #000000;'.
|
||||
"}\n" .
|
||||
'.primary:disabled, input[type="submit"].primary:disabled, input[type="button"].primary:disabled, button.primary:disabled, .button.primary:disabled,' .
|
||||
|
|
Loading…
Reference in a new issue