diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index 88177a698..b687b17ea 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -1261,6 +1261,17 @@ color: #64B5F6; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: rgba(255, 255, 255, 0.03); + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index 3eecb0c00..9a506127e 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -1261,6 +1261,17 @@ color: #81C784; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: rgba(255, 255, 255, 0.03); + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index e83d40a02..ff3191a11 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -1261,6 +1261,17 @@ color: #FFD54F; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: rgba(255, 255, 255, 0.03); + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index c28331236..9eb840500 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -1261,6 +1261,17 @@ color: #BA68C8; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: rgba(255, 255, 255, 0.03); + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index 5ff42314e..8a38f1d36 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -1261,6 +1261,17 @@ color: #8dd0ff; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index 83e9192fd..d42f3de8c 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -1261,6 +1261,17 @@ color: #c298d8; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index 42ccdae15..e37c4f918 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -1261,6 +1261,17 @@ color: #007bff; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: #6c757d; +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: #e9ecef; + color: #6c757d; +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: #dee2e6; + color: #6c757d; +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index 21937ca6c..b00e66a02 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -1261,6 +1261,17 @@ color: #883cae; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: #6c757d; +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: #e9ecef; + color: #6c757d; +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: #dee2e6; + color: #6c757d; +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index 6a3822fcf..26348c89a 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -1261,6 +1261,17 @@ color: #FFE082; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: #888888; +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: #4c4c4c; + color: #888888; +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: #3c3c3c; + color: #888888; +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index 2e13c34b6..b0ca1807d 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -1261,6 +1261,17 @@ color: #81D4FA; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: #888888; +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: #4c4c4c; + color: #888888; +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: #3c3c3c; + color: #888888; +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index f160c5780..c17fb3e52 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -1261,6 +1261,17 @@ color: #C5E1A5; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: #888888; +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: #4c4c4c; + color: #888888; +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: #3c3c3c; + color: #888888; +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index 423cc11f6..c5feb072a 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -1261,6 +1261,17 @@ color: #F48FB1; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: #888888; +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: #4c4c4c; + color: #888888; +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: #3c3c3c; + color: #888888; +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 1186ae6a2..e3fcb44b1 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -1273,6 +1273,17 @@ color: #CE93D8; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index ab2537d3d..6b5ebc8e6 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -1273,6 +1273,17 @@ color: #9FA8DA; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index 1cd1985bc..e7266bf6f 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -1273,6 +1273,17 @@ color: #673AB7; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: rgba(0, 0, 0, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: rgba(0, 0, 0, 0.16); + color: rgba(0, 0, 0, 0.6); +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index 2a6181e1e..e498eb9fc 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -1273,6 +1273,17 @@ color: #3F51B5; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: rgba(0, 0, 0, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: rgba(0, 0, 0, 0.16); + color: rgba(0, 0, 0, 0.6); +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index 0fc884777..7044ec178 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -1273,6 +1273,17 @@ color: #673AB7; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index e0cf467a0..f0046bce6 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -1273,6 +1273,17 @@ color: #3F51B5; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index 3e302eee1..14c735a0f 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -1273,6 +1273,17 @@ color: #673AB7; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: rgba(0, 0, 0, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: rgba(0, 0, 0, 0.16); + color: rgba(0, 0, 0, 0.6); +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index bfccf6e76..e63cfa711 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -1273,6 +1273,17 @@ color: #3F51B5; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: rgba(0, 0, 0, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: rgba(0, 0, 0, 0.16); + color: rgba(0, 0, 0, 0.6); +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css index 199a0ef94..fce9f44c5 100644 --- a/public/themes/nova-accent/theme.css +++ b/public/themes/nova-accent/theme.css @@ -1249,6 +1249,17 @@ color: #007ad9; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: #848484; +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: #eaeaea; + color: #848484; +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: #d2d2d2; + color: #848484; +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index d318ff3a6..83e99505d 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -1261,6 +1261,17 @@ color: #007ad9; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: #848484; +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: #eaeaea; + color: #848484; +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: #d2d2d2; + color: #848484; +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index c3076c801..9801abff3 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -1261,6 +1261,17 @@ color: #41b883; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: #848484; +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: #eaeaea; + color: #848484; +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: #d2d2d2; + color: #848484; +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css index 42a3bda95..8d2e31324 100644 --- a/public/themes/nova/theme.css +++ b/public/themes/nova/theme.css @@ -1261,6 +1261,17 @@ color: #007ad9; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: #848484; +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: #eaeaea; + color: #848484; +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: #d2d2d2; + color: #848484; +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index 75e462df2..294bb71c2 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -1249,6 +1249,17 @@ color: #7B95A3; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: #a6a6a6; +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: #f4f4f4; + color: #a6a6a6; +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: #dbdbdb; + color: #a6a6a6; +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index 5ac221224..48cbf228a 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -1261,6 +1261,17 @@ color: #2196F3; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: #6c757d; +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: #e9ecef; + color: #6c757d; +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: #dee2e6; + color: #6c757d; +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index f8ab4a1fb..bf0a8d34d 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -1261,6 +1261,17 @@ color: #4CAF50; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: #6c757d; +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: #e9ecef; + color: #6c757d; +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: #dee2e6; + color: #6c757d; +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index 631ecacda..975457569 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -1261,6 +1261,17 @@ color: #FFC107; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: #6c757d; +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: #e9ecef; + color: #6c757d; +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: #dee2e6; + color: #6c757d; +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index f7957e7a2..1e1186e82 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -1261,6 +1261,17 @@ color: #9C27B0; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: #6c757d; +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: #e9ecef; + color: #6c757d; +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: #dee2e6; + color: #6c757d; +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index f9d639818..7aa697d57 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -1261,6 +1261,17 @@ color: #64B5F6; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: rgba(255, 255, 255, 0.03); + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index 2460a12bc..894557f3a 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -1261,6 +1261,17 @@ color: #81C784; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: rgba(255, 255, 255, 0.03); + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index f74a13498..3fd3992f0 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -1261,6 +1261,17 @@ color: #FFD54F; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: rgba(255, 255, 255, 0.03); + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index 889ddbcfb..9df15e57e 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -1261,6 +1261,17 @@ color: #BA68C8; border-color: transparent; } +.p-button.p-button-text.p-button-plain { + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:hover { + background: rgba(255, 255, 255, 0.03); + color: rgba(255, 255, 255, 0.6); +} +.p-button.p-button-text.p-button-plain:enabled:active { + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); +} .p-button:focus { outline: 0 none; outline-offset: 0; diff --git a/src/views/button/ButtonDemo.vue b/src/views/button/ButtonDemo.vue index a0df83dfe..8b0ac941f 100755 --- a/src/views/button/ButtonDemo.vue +++ b/src/views/button/ButtonDemo.vue @@ -54,6 +54,7 @@ +
Events are defined with the standard notation.
Text buttons have transparent background and borders, use p-button-text to apply text button styling.
-Text buttons have transparent background and borders, use p-button-text to apply text button styling. In addition when used with .p-button-plain + text buttons ignore severity levels and displayed as a regular text.
+