|
|
Line 138: |
Line 138: |
| } | | } |
|
| |
|
| /* cookie banner */
| |
| .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
| |
| border-color: #4c4c4c;
| |
| color: #4c4c4c;
| |
| }
| |
|
| |
| .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
| |
| border-color: #4c4c4c;
| |
| color: grey;
| |
| }
| |
|
| |
| .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:focus {
| |
| border-color: #4c4c4c !important;
| |
| color: grey !important;
| |
| background-color: white !important;
| |
| }
| |
|
| |
| .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active {
| |
| border-color: #4c4c4c !important;
| |
| color: grey !important;
| |
| background-color: white !important;
| |
| }
| |
|
| |
| .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
| |
| border-color: #4c4c4c;
| |
| background-color: #4c4c4c;
| |
| }
| |
|
| |
| .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
| |
| border-color: #4c4c4c;
| |
| background-color: grey;
| |
| color: white;
| |
| }
| |
|
| |
| .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:focus {
| |
| border-color: #4c4c4c !important;
| |
| background-color: grey !important;
| |
| color: white !important;
| |
| }
| |
|
| |
| .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active {
| |
| border-color: #4c4c4c !important;
| |
| background-color: grey !important;
| |
| color: white !important;
| |
| }
| |
| /* template:Menu bar */ | | /* template:Menu bar */ |
| .navbar { | | .navbar { |