Skip to content

Commit

Permalink
Fixed #545 - Galleria and Carousel highlight item visual improvement …
Browse files Browse the repository at this point in the history
…on PrimeOne Themes
  • Loading branch information
cagataycivici committed Oct 11, 2020
1 parent b68e9a1 commit fd1641f
Show file tree
Hide file tree
Showing 12 changed files with 124 additions and 16 deletions.
14 changes: 12 additions & 2 deletions public/themes/arya-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@
border-radius: 0;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
background: rgba(255, 255, 255, 0.03);
background: #4c4c4c;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background: rgba(100, 181, 246, 0.16);
Expand Down Expand Up @@ -4134,7 +4134,7 @@
border-radius: 50%;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
background: rgba(255, 255, 255, 0.1);
background: #4c4c4c;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background: rgba(100, 181, 246, 0.16);
Expand Down Expand Up @@ -4305,3 +4305,13 @@
}

/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #64B5F6;
}

.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background-color: #64B5F6;
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background: #64B5F6;
}
14 changes: 12 additions & 2 deletions public/themes/arya-green/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@
border-radius: 0;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
background: rgba(255, 255, 255, 0.03);
background: #4c4c4c;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background: rgba(129, 199, 132, 0.16);
Expand Down Expand Up @@ -4134,7 +4134,7 @@
border-radius: 50%;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
background: rgba(255, 255, 255, 0.1);
background: #4c4c4c;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background: rgba(129, 199, 132, 0.16);
Expand Down Expand Up @@ -4305,3 +4305,13 @@
}

/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #81C784;
}

.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background-color: #81C784;
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background: #81C784;
}
14 changes: 12 additions & 2 deletions public/themes/arya-orange/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@
border-radius: 0;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
background: rgba(255, 255, 255, 0.03);
background: #4c4c4c;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background: rgba(255, 213, 79, 0.16);
Expand Down Expand Up @@ -4134,7 +4134,7 @@
border-radius: 50%;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
background: rgba(255, 255, 255, 0.1);
background: #4c4c4c;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background: rgba(255, 213, 79, 0.16);
Expand Down Expand Up @@ -4305,3 +4305,13 @@
}

/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #FFD54F;
}

.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background-color: #FFD54F;
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background: #FFD54F;
}
14 changes: 12 additions & 2 deletions public/themes/arya-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@
border-radius: 0;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
background: rgba(255, 255, 255, 0.03);
background: #4c4c4c;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background: rgba(186, 104, 200, 0.16);
Expand Down Expand Up @@ -4134,7 +4134,7 @@
border-radius: 50%;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
background: rgba(255, 255, 255, 0.1);
background: #4c4c4c;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background: rgba(186, 104, 200, 0.16);
Expand Down Expand Up @@ -4305,3 +4305,13 @@
}

/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #BA68C8;
}

.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background-color: #BA68C8;
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background: #BA68C8;
}
7 changes: 7 additions & 0 deletions public/themes/saga-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4305,3 +4305,10 @@
}

/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #2196F3;
}

.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background-color: #2196F3;
}
7 changes: 7 additions & 0 deletions public/themes/saga-green/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4305,3 +4305,10 @@
}

/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #4CAF50;
}

.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background-color: #4CAF50;
}
7 changes: 7 additions & 0 deletions public/themes/saga-orange/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4305,3 +4305,10 @@
}

/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #FFC107;
}

.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background-color: #FFC107;
}
7 changes: 7 additions & 0 deletions public/themes/saga-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4305,3 +4305,10 @@
}

/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #9C27B0;
}

.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background-color: #9C27B0;
}
14 changes: 12 additions & 2 deletions public/themes/vela-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@
border-radius: 0;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
background: rgba(255, 255, 255, 0.03);
background: #3c567a;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background: rgba(100, 181, 246, 0.16);
Expand Down Expand Up @@ -4134,7 +4134,7 @@
border-radius: 50%;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
background: rgba(255, 255, 255, 0.1);
background: #3c567a;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background: rgba(100, 181, 246, 0.16);
Expand Down Expand Up @@ -4305,3 +4305,13 @@
}

/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #64B5F6;
}

.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background-color: #64B5F6;
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background: #64B5F6;
}
14 changes: 12 additions & 2 deletions public/themes/vela-green/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@
border-radius: 0;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
background: rgba(255, 255, 255, 0.03);
background: #3c567a;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background: rgba(129, 199, 132, 0.16);
Expand Down Expand Up @@ -4134,7 +4134,7 @@
border-radius: 50%;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
background: rgba(255, 255, 255, 0.1);
background: #3c567a;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background: rgba(129, 199, 132, 0.16);
Expand Down Expand Up @@ -4305,3 +4305,13 @@
}

/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #81C784;
}

.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background-color: #81C784;
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background: #81C784;
}
14 changes: 12 additions & 2 deletions public/themes/vela-orange/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@
border-radius: 0;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
background: rgba(255, 255, 255, 0.03);
background: #3c567a;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background: rgba(255, 213, 79, 0.16);
Expand Down Expand Up @@ -4134,7 +4134,7 @@
border-radius: 50%;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
background: rgba(255, 255, 255, 0.1);
background: #3c567a;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background: rgba(255, 213, 79, 0.16);
Expand Down Expand Up @@ -4305,3 +4305,13 @@
}

/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #FFD54F;
}

.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background-color: #FFD54F;
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background: #FFD54F;
}
14 changes: 12 additions & 2 deletions public/themes/vela-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@
border-radius: 0;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
background: rgba(255, 255, 255, 0.03);
background: #3c567a;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background: rgba(186, 104, 200, 0.16);
Expand Down Expand Up @@ -4134,7 +4134,7 @@
border-radius: 50%;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
background: rgba(255, 255, 255, 0.1);
background: #3c567a;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background: rgba(186, 104, 200, 0.16);
Expand Down Expand Up @@ -4305,3 +4305,13 @@
}

/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #BA68C8;
}

.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background-color: #BA68C8;
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
background: #BA68C8;
}

0 comments on commit fd1641f

Please sign in to comment.