diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index 0de095523..0f7a4eacd 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -110,7 +110,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1054,6 +1054,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #64B5F6; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #64B5F6; } @@ -1061,6 +1064,10 @@ color: #F48FB1; } +.p-highlight .p-rating .p-rating-icon { + color: #212529; +} + .p-selectbutton .p-button { background: #1e1e1e; border: 1px solid #383838; diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index 851fbf140..efac6b51b 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -110,7 +110,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1054,6 +1054,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #81C784; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #81C784; } @@ -1061,6 +1064,10 @@ color: #F48FB1; } +.p-highlight .p-rating .p-rating-icon { + color: #212529; +} + .p-selectbutton .p-button { background: #1e1e1e; border: 1px solid #383838; diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index c2715b5a6..1aede6f6b 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -110,7 +110,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1054,6 +1054,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #FFD54F; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #FFD54F; } @@ -1061,6 +1064,10 @@ color: #F48FB1; } +.p-highlight .p-rating .p-rating-icon { + color: #212529; +} + .p-selectbutton .p-button { background: #1e1e1e; border: 1px solid #383838; diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index b96648877..a21f93cb9 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -110,7 +110,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1054,6 +1054,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #BA68C8; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #BA68C8; } @@ -1061,6 +1064,10 @@ color: #F48FB1; } +.p-highlight .p-rating .p-rating-icon { + color: #ffffff; +} + .p-selectbutton .p-button { background: #1e1e1e; border: 1px solid #383838; diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index aa0723c0c..33d36b090 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -110,7 +110,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s; + transition: box-shadow 0.15s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1054,6 +1054,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #8dd0ff; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #8dd0ff; } @@ -1061,6 +1064,10 @@ color: #f19ea6; } +.p-highlight .p-rating .p-rating-icon { + color: #151515; +} + .p-selectbutton .p-button { background: #6c757d; border: 1px solid #6c757d; diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index 0bf151d0a..496580af2 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -110,7 +110,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s; + transition: box-shadow 0.15s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1054,6 +1054,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #c298d8; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #c298d8; } @@ -1061,6 +1064,10 @@ color: #f19ea6; } +.p-highlight .p-rating .p-rating-icon { + color: #151515; +} + .p-selectbutton .p-button { background: #6c757d; border: 1px solid #6c757d; diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index bc0d96db2..378703a7d 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -110,7 +110,7 @@ border: 0 none; color: #212529; background: transparent; - transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s; + transition: box-shadow 0.15s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1038,7 +1038,7 @@ } .p-rating .p-rating-icon { - color: #212529; + color: #495057; margin-left: 0.5rem; transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s; font-size: 1.143rem; @@ -1054,6 +1054,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #007bff; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #007bff; } @@ -1061,6 +1064,10 @@ color: #dc3545; } +.p-highlight .p-rating .p-rating-icon { + color: #ffffff; +} + .p-selectbutton .p-button { background: #6c757d; border: 1px solid #6c757d; diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index 26c61d011..247764602 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -110,7 +110,7 @@ border: 0 none; color: #212529; background: transparent; - transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s; + transition: box-shadow 0.15s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1038,7 +1038,7 @@ } .p-rating .p-rating-icon { - color: #212529; + color: #495057; margin-left: 0.5rem; transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s; font-size: 1.143rem; @@ -1054,6 +1054,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #883cae; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #883cae; } @@ -1061,6 +1064,10 @@ color: #dc3545; } +.p-highlight .p-rating .p-rating-icon { + color: #ffffff; +} + .p-selectbutton .p-button { background: #6c757d; border: 1px solid #6c757d; diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index a53957f08..f251a9c1b 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -110,7 +110,7 @@ border: 0 none; color: #dedede; background: transparent; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1054,6 +1054,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #FFE082; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #FFE082; } @@ -1061,6 +1064,10 @@ color: #b5019f; } +.p-highlight .p-rating .p-rating-icon { + color: #212529; +} + .p-selectbutton .p-button { background: #252525; border: 1px solid #252525; diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index 5f489eae9..fa11e2ffe 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -110,7 +110,7 @@ border: 0 none; color: #dedede; background: transparent; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1054,6 +1054,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #81D4FA; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #81D4FA; } @@ -1061,6 +1064,10 @@ color: #b5019f; } +.p-highlight .p-rating .p-rating-icon { + color: #212529; +} + .p-selectbutton .p-button { background: #252525; border: 1px solid #252525; diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index a0f8c6b7f..1d6db958d 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -110,7 +110,7 @@ border: 0 none; color: #dedede; background: transparent; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1054,6 +1054,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #C5E1A5; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #C5E1A5; } @@ -1061,6 +1064,10 @@ color: #b5019f; } +.p-highlight .p-rating .p-rating-icon { + color: #212529; +} + .p-selectbutton .p-button { background: #252525; border: 1px solid #252525; diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index aad92126c..2a134d0fd 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -110,7 +110,7 @@ border: 0 none; color: #dedede; background: transparent; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1054,6 +1054,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #F48FB1; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #F48FB1; } @@ -1061,6 +1064,10 @@ color: #b5019f; } +.p-highlight .p-rating .p-rating-icon { + color: #212529; +} + .p-selectbutton .p-button { background: #252525; border: 1px solid #252525; diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index d69b24ab1..ea3ddbbd0 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -134,7 +134,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); + transition: none; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1070,6 +1070,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #CE93D8; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #CE93D8; } diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index 74014601a..5b20771c2 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -134,7 +134,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); + transition: none; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1070,6 +1070,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #9FA8DA; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #9FA8DA; } diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index cf49f4bdf..09bb30ff3 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -134,7 +134,7 @@ border: 0 none; color: #000001; background: transparent; - transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); + transition: none; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1070,6 +1070,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #673AB7; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #673AB7; } diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index c656b3af0..5851356bc 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -134,7 +134,7 @@ border: 0 none; color: #000001; background: transparent; - transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); + transition: none; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1070,6 +1070,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #3F51B5; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #3F51B5; } diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index 692580ac7..e995e86ef 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -134,7 +134,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); + transition: none; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1070,6 +1070,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #673AB7; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #673AB7; } diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index d9cedac83..acd9ee7c2 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -134,7 +134,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); + transition: none; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1070,6 +1070,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #3F51B5; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #3F51B5; } diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index 4147f212c..5d84a7c23 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -134,7 +134,7 @@ border: 0 none; color: #000001; background: transparent; - transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); + transition: none; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1070,6 +1070,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #673AB7; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #673AB7; } diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index f328e8764..47c9a5087 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -134,7 +134,7 @@ border: 0 none; color: #000001; background: transparent; - transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); + transition: none; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1070,6 +1070,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #3F51B5; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #3F51B5; } diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css index f370e6d6b..8349c2bef 100644 --- a/public/themes/nova-accent/theme.css +++ b/public/themes/nova-accent/theme.css @@ -110,7 +110,7 @@ border: 0 none; color: #333333; background: transparent; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1046,6 +1046,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #007ad9; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #007ad9; } diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index 2169066e5..f6a936389 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -110,7 +110,7 @@ border: 0 none; color: #333333; background: transparent; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1054,6 +1054,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #007ad9; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #007ad9; } @@ -1061,6 +1064,10 @@ color: #b5019f; } +.p-highlight .p-rating .p-rating-icon { + color: #ffffff; +} + .p-selectbutton .p-button { background: #dadada; border: 1px solid #dadada; diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index bdebdeb00..2addbdbc4 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -110,7 +110,7 @@ border: 0 none; color: #333333; background: transparent; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1054,6 +1054,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #41b883; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #41b883; } @@ -1061,6 +1064,10 @@ color: #b5019f; } +.p-highlight .p-rating .p-rating-icon { + color: #ffffff; +} + .p-selectbutton .p-button { background: #dadada; border: 1px solid #dadada; diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css index 574f95a17..c1042cf29 100644 --- a/public/themes/nova/theme.css +++ b/public/themes/nova/theme.css @@ -110,7 +110,7 @@ border: 0 none; color: #333333; background: transparent; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1054,6 +1054,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #007ad9; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #007ad9; } @@ -1061,6 +1064,10 @@ color: #b5019f; } +.p-highlight .p-rating .p-rating-icon { + color: #ffffff; +} + .p-selectbutton .p-button { background: #dadada; border: 1px solid #dadada; diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index f3fc8ade8..5abfaab10 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -110,7 +110,7 @@ border: 0 none; color: #666666; background: transparent; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1046,6 +1046,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #7B95A3; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #7B95A3; } diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index 8d049e2a6..1754ee382 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -110,7 +110,7 @@ border: 0 none; color: #495057; background: transparent; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1054,6 +1054,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #2196F3; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #2196F3; } @@ -1061,6 +1064,10 @@ color: #c0392b; } +.p-highlight .p-rating .p-rating-icon { + color: #ffffff; +} + .p-selectbutton .p-button { background: #ffffff; border: 1px solid #ced4da; diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index 9521a9f5d..8f362ca42 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -110,7 +110,7 @@ border: 0 none; color: #495057; background: transparent; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1054,6 +1054,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #4CAF50; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #4CAF50; } @@ -1061,6 +1064,10 @@ color: #c0392b; } +.p-highlight .p-rating .p-rating-icon { + color: #ffffff; +} + .p-selectbutton .p-button { background: #ffffff; border: 1px solid #ced4da; diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index e40d256d2..6ae8c0304 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -110,7 +110,7 @@ border: 0 none; color: #495057; background: transparent; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1054,6 +1054,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #FFC107; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #FFC107; } @@ -1061,6 +1064,10 @@ color: #c0392b; } +.p-highlight .p-rating .p-rating-icon { + color: #212529; +} + .p-selectbutton .p-button { background: #ffffff; border: 1px solid #ced4da; diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index c8f1c7bd0..b8715c969 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -110,7 +110,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1054,6 +1054,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #64B5F6; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #64B5F6; } @@ -1061,6 +1064,10 @@ color: #F48FB1; } +.p-highlight .p-rating .p-rating-icon { + color: #212529; +} + .p-selectbutton .p-button { background: #1f2d40; border: 1px solid #304562; diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index 4df92e1bd..afbc61b91 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -110,7 +110,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1054,6 +1054,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #81C784; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #81C784; } @@ -1061,6 +1064,10 @@ color: #F48FB1; } +.p-highlight .p-rating .p-rating-icon { + color: #212529; +} + .p-selectbutton .p-button { background: #1f2d40; border: 1px solid #304562; diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index ebb9ce0fc..c853f31ce 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -110,7 +110,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1054,6 +1054,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #FFD54F; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #FFD54F; } @@ -1061,6 +1064,10 @@ color: #F48FB1; } +.p-highlight .p-rating .p-rating-icon { + color: #212529; +} + .p-selectbutton .p-button { background: #1f2d40; border: 1px solid #304562; diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index 371331cd7..b1638ba6d 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -110,7 +110,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { @@ -1054,6 +1054,9 @@ .p-rating .p-rating-icon:first-child { margin-left: 0; } +.p-rating .p-rating-icon.pi-star { + color: #BA68C8; +} .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { color: #BA68C8; } @@ -1061,6 +1064,10 @@ color: #F48FB1; } +.p-highlight .p-rating .p-rating-icon { + color: #ffffff; +} + .p-selectbutton .p-button { background: #1f2d40; border: 1px solid #304562;