Skip to content

Commit

Permalink
Update theme files
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Jul 18, 2022
1 parent 4fe9817 commit 0848e6c
Show file tree
Hide file tree
Showing 42 changed files with 252 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/themes/arya-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3385,6 +3385,12 @@
color: rgba(255, 255, 255, 0.87);
background: rgba(100, 181, 246, 0.16);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.01);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: rgba(255, 255, 255, 0.03);
}

@media screen and (max-width: 960px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/arya-green/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3385,6 +3385,12 @@
color: rgba(255, 255, 255, 0.87);
background: rgba(129, 199, 132, 0.16);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.01);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: rgba(255, 255, 255, 0.03);
}

@media screen and (max-width: 960px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/arya-orange/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3385,6 +3385,12 @@
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 213, 79, 0.16);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.01);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: rgba(255, 255, 255, 0.03);
}

@media screen and (max-width: 960px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/arya-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3385,6 +3385,12 @@
color: rgba(255, 255, 255, 0.87);
background: rgba(186, 104, 200, 0.16);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.01);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: rgba(255, 255, 255, 0.03);
}

@media screen and (max-width: 960px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/bootstrap4-dark-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3397,6 +3397,12 @@
color: #151515;
background: #8dd0ff;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.02);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: rgba(255, 255, 255, 0.04);
}

@media screen and (max-width: 769px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/bootstrap4-dark-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3397,6 +3397,12 @@
color: #151515;
background: #c298d8;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.02);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: rgba(255, 255, 255, 0.04);
}

@media screen and (max-width: 769px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/bootstrap4-light-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3397,6 +3397,12 @@
color: #ffffff;
background: #007bff;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(0, 0, 0, 0.05);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: #e9ecef;
}

@media screen and (max-width: 769px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/bootstrap4-light-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3397,6 +3397,12 @@
color: #ffffff;
background: #883cae;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(0, 0, 0, 0.05);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: #e9ecef;
}

@media screen and (max-width: 769px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/fluent-light/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3385,6 +3385,12 @@
color: #323130;
background: #edebe9;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: #faf9f8;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: #f3f2f1;
}

@media screen and (max-width: 769px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/lara-dark-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3385,6 +3385,12 @@
color: rgba(255, 255, 255, 0.87);
background: rgba(147, 197, 253, 0.16);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.01);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: rgba(255, 255, 255, 0.03);
}

@media screen and (max-width: 769px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/lara-dark-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3385,6 +3385,12 @@
color: rgba(255, 255, 255, 0.87);
background: rgba(165, 180, 252, 0.16);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.01);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: rgba(255, 255, 255, 0.03);
}

@media screen and (max-width: 769px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/lara-dark-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3385,6 +3385,12 @@
color: rgba(255, 255, 255, 0.87);
background: rgba(196, 181, 253, 0.16);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.01);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: rgba(255, 255, 255, 0.03);
}

@media screen and (max-width: 769px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/lara-dark-teal/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3385,6 +3385,12 @@
color: rgba(255, 255, 255, 0.87);
background: rgba(94, 234, 212, 0.16);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.01);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: rgba(255, 255, 255, 0.03);
}

@media screen and (max-width: 769px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/lara-light-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3385,6 +3385,12 @@
color: #3B82F6;
background: #EFF6FF;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: #fcfcfc;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: #e9ecef;
}

@media screen and (max-width: 769px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/lara-light-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3385,6 +3385,12 @@
color: #4338CA;
background: #EEF2FF;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: #fcfcfc;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: #e9ecef;
}

@media screen and (max-width: 769px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/lara-light-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3385,6 +3385,12 @@
color: #6D28D9;
background: #F5F3FF;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: #fcfcfc;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: #e9ecef;
}

@media screen and (max-width: 769px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/lara-light-teal/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3385,6 +3385,12 @@
color: #0F766E;
background: #F0FDFA;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: #fcfcfc;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: #e9ecef;
}

@media screen and (max-width: 769px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/luna-amber/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3397,6 +3397,12 @@
color: #212529;
background: #FFE082;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: #323232;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: #4c4c4c;
}

@media screen and (max-width: 960px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/luna-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3397,6 +3397,12 @@
color: #212529;
background: #81D4FA;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: #323232;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: #4c4c4c;
}

@media screen and (max-width: 960px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/luna-green/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3397,6 +3397,12 @@
color: #212529;
background: #C5E1A5;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: #323232;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: #4c4c4c;
}

@media screen and (max-width: 960px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/luna-pink/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3397,6 +3397,12 @@
color: #212529;
background: #F48FB1;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: #323232;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: #4c4c4c;
}

@media screen and (max-width: 960px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/md-dark-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3409,6 +3409,12 @@
color: #CE93D8;
background: rgba(206, 147, 216, 0.16);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.02);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: rgba(255, 255, 255, 0.04);
}

@media screen and (max-width: 769px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/md-dark-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3409,6 +3409,12 @@
color: #9FA8DA;
background: rgba(159, 168, 218, 0.16);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.02);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: rgba(255, 255, 255, 0.04);
}

@media screen and (max-width: 769px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/md-light-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3409,6 +3409,12 @@
color: #673AB7;
background: rgba(103, 58, 183, 0.12);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(0, 0, 0, 0.02);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: rgba(0, 0, 0, 0.04);
}

@media screen and (max-width: 769px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/md-light-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3409,6 +3409,12 @@
color: #3F51B5;
background: rgba(63, 81, 181, 0.12);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(0, 0, 0, 0.02);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: rgba(0, 0, 0, 0.04);
}

@media screen and (max-width: 769px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/mdc-dark-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3409,6 +3409,12 @@
color: #CE93D8;
background: rgba(206, 147, 216, 0.16);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.02);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: rgba(255, 255, 255, 0.04);
}

@media screen and (max-width: 769px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/mdc-dark-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3409,6 +3409,12 @@
color: #9FA8DA;
background: rgba(159, 168, 218, 0.16);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.02);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: rgba(255, 255, 255, 0.04);
}

@media screen and (max-width: 769px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/mdc-light-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3409,6 +3409,12 @@
color: #673AB7;
background: rgba(103, 58, 183, 0.12);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(0, 0, 0, 0.02);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: rgba(0, 0, 0, 0.04);
}

@media screen and (max-width: 769px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/mdc-light-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3409,6 +3409,12 @@
color: #3F51B5;
background: rgba(63, 81, 181, 0.12);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(0, 0, 0, 0.02);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: rgba(0, 0, 0, 0.04);
}

@media screen and (max-width: 769px) {
.p-orderlist {
Expand Down
6 changes: 6 additions & 0 deletions public/themes/nova-accent/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3385,6 +3385,12 @@
color: #ffffff;
background: #e02365;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: #f9f9f9;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
background: #eaeaea;
}

@media screen and (max-width: 960px) {
.p-orderlist {
Expand Down
Loading

0 comments on commit 0848e6c

Please sign in to comment.