| @@ -424,8 +424,20 @@ | ||
| 424 | 424 | div.ws-menu-page > :not(.notice):not(.updated):not(.error) input[type='submit']:hover |
| 425 | 425 | { |
| 426 | 426 | background : #4C6324; |
| 427 | 427 | } |
| 428 | +/*260911.1924 Keep disabled admin buttons visibly present and neutral after the normal blue/green button rules have been applied. */ | |
| 429 | +div.ws-menu-page > :not(.notice):not(.updated):not(.error) button[disabled], | |
| 430 | +div.ws-menu-page > :not(.notice):not(.updated):not(.error) input[type='button'][disabled], | |
| 431 | +div.ws-menu-page > :not(.notice):not(.updated):not(.error) input[type='submit'][disabled] | |
| 432 | +{ | |
| 433 | + color : #A7AAAD !important; | |
| 434 | + background : #F6F7F7 !important; | |
| 435 | + border : 1px solid #DCDCDE !important; | |
| 436 | + box-shadow : none !important; | |
| 437 | + opacity : 1; | |
| 438 | + cursor : default; | |
| 439 | +} | |
| 428 | 440 | div.ws-menu-page > :not(.notice):not(.updated):not(.error) p.submit button[type='submit'], |
| 429 | 441 | div.ws-menu-page > :not(.notice):not(.updated):not(.error) p.submit input[type='submit'] |
| 430 | 442 | { |
| 431 | 443 | width : 100%; |