aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/primeng-custom.scss
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-04-16 17:18:55 +0200
committerRigel Kent <par@rigelk.eu>2020-05-01 16:41:02 +0200
commit9b4241e33bf46c4f0468565ce41ca7f810b2dbfa (patch)
tree729182ea775aa9103d5b1101236f6b65795f3f25 /client/src/sass/primeng-custom.scss
parent68d19a0ace01cb7a3550da420d27663e2db1b98d (diff)
downloadPeerTube-9b4241e33bf46c4f0468565ce41ca7f810b2dbfa.tar.gz
PeerTube-9b4241e33bf46c4f0468565ce41ca7f810b2dbfa.tar.zst
PeerTube-9b4241e33bf46c4f0468565ce41ca7f810b2dbfa.zip
Increase rows per page, add reporter muting for abuse list
Diffstat (limited to 'client/src/sass/primeng-custom.scss')
-rw-r--r--client/src/sass/primeng-custom.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss
index b8e685aba..9c9a6197d 100644
--- a/client/src/sass/primeng-custom.scss
+++ b/client/src/sass/primeng-custom.scss
@@ -191,12 +191,22 @@ p-table {
191 191
192 .ui-dropdown { 192 .ui-dropdown {
193 position: absolute; 193 position: absolute;
194 top: 3px;
194 left: 0; 195 left: 0;
196
197 &.ui-state-focus {
198 box-shadow: #{$focus-box-shadow-form} var(--mainColorLightest);
199 }
200
201 .ui-dropdown-label {
202 color: var(--inputPlaceholderColor);
203 }
195 } 204 }
196 205
197 .ui-paginator-current { 206 .ui-paginator-current {
198 position: absolute; 207 position: absolute;
199 right: 0; 208 right: 0;
209 color: var(--inputPlaceholderColor);
200 } 210 }
201 211
202 .ui-paginator-first, 212 .ui-paginator-first,