PluginProbe
s2Member – Excellent for All Kinds of Memberships, Content Restriction Paywalls & Member Access Subscriptions / 260927
s2Member – Excellent for All Kinds of Memberships, Content Restriction Paywalls & Member Access Subscriptions v260927
260927 260917 260913 260909 260829 260814 260805 110710 110731 110812 110815 110912 110913 110915 110926 110927 111002 111003 111011 111017 111029 111105 111206 111216 111220 All 190 releases
← All changes | src/includes/menu-pages/menu-pages.css +12 -0 260829 → 260927 View file →
@@ -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%;