|
|
Line 135: |
Line 135: |
| } | | } |
|
| |
|
| /* Buttons */
| |
| .oo-ui-buttonWidget {
| |
| background-color: #003366; /* Mid-tone Navy */
| |
| color: #ffffff;
| |
| border: 1px solid #ff851b; /* Bright Orange border */
| |
| }
| |
|
| |
| .oo-ui-buttonWidget:hover {
| |
| background-color: #ff851b; /* Bright Orange on hover */
| |
| color: #001933; /* Deep Navy text */
| |
| }
| |
|
| |
| /* Destructive Buttons */
| |
| .oo-ui-buttonWidget.oo-ui-destructive {
| |
| background-color: #ff4500;
| |
| border: 1px solid #ff4500;
| |
| }
| |
|
| |
| .oo-ui-buttonWidget.oo-ui-destructive:hover {
| |
| background-color: #ff6347;
| |
| border-color: #ff6347;
| |
| }
| |
|
| |
| /* Form Fields Hover & Focus */
| |
| .oo-ui-fieldLayout:hover,
| |
| .oo-ui-fieldLayout:focus-within {
| |
| border-color: #ff851b; /* Bright Orange on focus */
| |
| }
| |
|
| |
|
| /* Highlight Links */ | | /* Highlight Links */ |