|
|
|
@ -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,' . |
|
|
|
|