]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/sass/primeng-custom.scss
Fix my-video-imports display when a video gets deleted
[github/Chocobozzz/PeerTube.git] / client / src / sass / primeng-custom.scss
CommitLineData
bbe0f064
C
1@import '_variables';
2@import '_mixins';
3
4@import '~primeng/resources/primeng.css';
276d9652 5@import '~primeng/resources/themes/nova-light/theme.css';
bbe0f064
C
6
7@mixin glyphicon-light {
8 font-family: 'Glyphicons Halflings';
9 text-decoration: none !important;
1fd3ef3f 10 color: var(--mainForegroundColor) !important;
7738273b 11 font-display: swap;
bbe0f064
C
12}
13
bf64ed41
RK
14my-edit-button,
15my-delete-button,
16my-button {
17 height: max-content;
18}
19
bbe0f064
C
20// data table customizations
21p-table {
791645e6 22 .ui-table-caption {
276d9652 23 border: none !important;
f2fab901 24 background-color: var(--mainBackgroundColor) !important;
b014b6b9
C
25
26 .caption {
27 height: 40px;
28 display: flex;
29 align-items: center;
30 }
791645e6
C
31 }
32
276d9652 33 th {
f2fab901 34 background-color: var(--mainBackgroundColor) !important;
276d9652
C
35 outline: 0;
36 }
37
38 td, th {
39 font-family: $main-fonts;
40 font-size: 15px !important;
41 color: var(--mainForegroundColor) !important;
42 }
43
bbe0f064 44 td {
bbe0f064 45 padding-left: 15px !important;
141b177d 46
566c125d 47 &:not(.action-cell):not(.expand-cell) {
141b177d
C
48 overflow: hidden !important;
49 text-overflow: ellipsis !important;
50 white-space: nowrap !important;
51 }
bbe0f064
C
52 }
53
54 tr {
276d9652 55 outline: 0;
c13e2bf3 56 background-color: var(--mainBackgroundColor) !important;
bbe0f064 57 height: 46px;
791645e6
C
58
59 &.ui-state-highlight {
276d9652
C
60 background-color: var(--submenuColor) !important;
61
62 td, td > a {
63 color: var(--mainForegroundColor) !important;
64 }
791645e6 65 }
bbe0f064
C
66 }
67
68 .ui-table-tbody {
69 tr {
70 &:hover {
1fd3ef3f 71 background-color: var(--submenuColor) !important;
bbe0f064 72
28e0e40d
C
73 .action-cell {
74 .dropdown-root,
75 my-edit-button,
76 my-delete-button,
77 my-button {
78 display: block !important;
79 }
bbe0f064
C
80 }
81 }
82
276d9652
C
83 td {
84 border: none !important;
85 }
86
bbe0f064
C
87 &:first-child td {
88 border-top: none !important;
89 }
90
91 &:last-child td {
92 border-bottom: none !important;
93 }
94 }
95
96 .expander {
97 cursor: pointer;
98 position: relative;
99 top: 1px;
100 }
101 }
102
103 th {
104 border: none !important;
b9fcfb1d
C
105 border-bottom: 1px solid !important;
106 border-color: var(--submenuColor) !important;
bbe0f064
C
107 text-align: left !important;
108 padding: 5px 0 5px 15px !important;
109 font-weight: $font-semibold !important;
1fd3ef3f 110 color: var(--mainForegroundColor) !important;
bbe0f064
C
111
112 &.ui-sortable-column:hover {
1fd3ef3f 113 background-color: var(--submenuColor) !important;
b9fcfb1d
C
114 border: 1px solid !important;
115 border-color: var(--submenuColor) !important;
bbe0f064
C
116 border-width: 0 1px !important;
117
118 &:first-child {
119 border-width: 0 1px 0 0 !important;
120 }
121 }
122
123 &.ui-state-highlight {
276d9652 124 background-color: var(--submenuColor) !important;
bbe0f064
C
125
126 .pi {
127 @extend .glyphicon;
128
276d9652
C
129 color: #000 !important;
130 font-size: 11px !important;
131 top: 0 !important;
bbe0f064
C
132
133 &.pi-sort-up {
134 @extend .glyphicon-triangle-top;
f2fab901
C
135
136 color: var(--mainForegroundColor) !important;
bbe0f064
C
137 }
138
139 &.pi-sort-down {
140 @extend .glyphicon-triangle-bottom;
f2fab901
C
141
142 color: var(--mainForegroundColor) !important;
bbe0f064
C
143 }
144 }
145 }
146 }
147
148 .action-cell {
149 width: 250px !important;
150 padding: 0 !important;
151 text-align: center;
152
28e0e40d
C
153 .dropdown-root,
154 my-edit-button,
155 my-delete-button,
156 my-button {
c5a1ae50
C
157 display: none !important;
158
159 &.show {
160 display: block !important;
161 }
162 }
163
bbe0f064
C
164 my-edit-button + my-delete-button {
165 margin-left: 5px;
166 }
167 }
168
169 p-paginator {
170 .ui-paginator-bottom {
1fd3ef3f 171 background-color: var(--mainBackgroundColor) !important;
bbe0f064 172 position: relative;
8b183196
RK
173 border: none;
174 border-top: 1px solid !important;
b9fcfb1d 175 border-color: var(--submenuColor) !important;
bbe0f064
C
176 height: 40px;
177 display: flex;
178 justify-content: center;
179 align-items: center;
180
30eac84e
C
181 .ui-paginator-first,
182 .ui-paginator-prev,
183 .ui-paginator-next,
184 .ui-paginator-last {
185 @include glyphicon-light;
186 padding: 5px 2px;
187 height: auto;
188 outline: none;
189 font-size: 13px;
190 top: -1px;
191
192 &.ui-state-disabled:hover {
193 background-color: #fff !important;
194 }
195
196 &.ui-paginator-first {
197 @extend .glyphicon-step-backward;
198 }
199
200 &.ui-paginator-prev {
201 @extend .glyphicon-chevron-left;
202
203 margin-right: 10px;
204 }
205
206 &.ui-paginator-next {
207 @extend .glyphicon-chevron-right;
208
209 margin-left: 10px;
210 }
211
212 &.ui-paginator-last {
213 @extend .glyphicon-step-forward;
214 }
215 }
216
bbe0f064
C
217 .ui-paginator-pages {
218 height: auto !important;
219
220 a {
aa879092 221 color: var(--mainForegroundColor) !important;
bbe0f064 222 font-weight: $font-semibold !important;
276d9652 223 margin: 0 5px !important;
bbe0f064
C
224 outline: 0 !important;
225 border-radius: 3px !important;
226 padding: 5px 2px !important;
227 height: auto !important;
276d9652 228 line-height: initial !important;
bbe0f064
C
229
230 &.ui-state-active {
231 &, &:hover, &:active, &:focus {
232 color: #fff !important;
9a0fc840 233 background-color: var(--mainColor) !important;
bbe0f064 234 }
1242fd55
RK
235
236 &.focus-within,
237 &:focus {
238 box-shadow: #{$focus-box-shadow-form} var(--mainColorLightest);
239 }
bbe0f064
C
240 }
241 }
242 }
243 }
244 }
245}
246
3caf77d3
C
247// multiselect customizations
248p-multiselect {
6a4c30de
RK
249 .ui-multiselect {
250 border-color: #C6C6C6;
251
252 &:not(.ui-state-disabled) {
253 &:hover {
254 border-color: #C6C6C6;
255 }
256
257 &:focus,
258 &.ui-state-focus {
259 box-shadow: #{$focus-box-shadow-form} var(--mainColorLightest);
260 }
261 }
262 }
263
3caf77d3
C
264 .ui-multiselect-label {
265 font-size: 15px !important;
266 padding: 4px 30px 4px 12px !important;
267
268 $width: 338px;
269 width: $width !important;
270
271 @media screen and (max-width: $width) {
272 width: 100% !important;
273 }
274 }
275
276 .pi.pi-chevron-down{
277 margin-left: 0 !important;
278
279 &::after {
280 @include select-arrow-down;
281
282 right: 0;
283 margin-top: 6px;
284 }
285 }
286
287 .ui-chkbox-icon {
288 //position: absolute !important;
289 width: 18px;
290 height: 18px;
291 //left: 0;
292
293 //&::after {
294 // left: -2px !important;
295 //}
296 }
d3217560
RK
297
298 .ui-multiselect-panel .ui-multiselect-items .ui-multiselect-item.ui-state-highlight {
299 background-color: var(--mainColorLighter);
300 }
301
302 .ui-inputtext:enabled:focus:not(.ui-state-error) {
303 border-color: var(--mainColorLighter) !important;
304 box-shadow: none;
305 }
3caf77d3
C
306}
307
bbe0f064
C
308// PrimeNG calendar tweaks
309p-calendar .ui-datepicker {
310 a {
311 @include disable-default-a-behaviour;
312 }
313
314 .ui-datepicker-header {
315
316 .ui-datepicker-year {
317 margin-left: 5px;
318 }
319
320 .ui-datepicker-next {
321 @extend .glyphicon-chevron-right;
322 @include glyphicon-light;
276d9652 323
aa879092 324 color: #000 !important;
276d9652
C
325 text-align: right;
326
327 .pi.pi-chevron-right {
328 display: none !important;
329 }
bbe0f064
C
330 }
331
332 .ui-datepicker-prev {
333 @extend .glyphicon-chevron-left;
334 @include glyphicon-light;
276d9652 335
aa879092 336 color: #000 !important;
276d9652
C
337 text-align: left;
338
339 .pi.pi-chevron-left {
340 display: none !important;
341 }
bbe0f064
C
342 }
343 }
344
345 .ui-timepicker {
346
347 .pi.pi-chevron-up {
348 @extend .glyphicon-chevron-up;
349 @include glyphicon-light;
aa879092
C
350
351 color: #000 !important;
bbe0f064
C
352 }
353
354 .pi.pi-chevron-down {
355 @extend .glyphicon-chevron-down;
356 @include glyphicon-light;
aa879092
C
357
358 color: #000 !important;
bbe0f064
C
359 }
360 }
791645e6
C
361}
362
46db9430
RK
363p-tablecheckbox:hover div .ui-chkbox-box {
364 box-shadow: 0 0 0 .1rem rgba(87, 85, 217, .2);
365}
366
17bb716b 367.ui-chkbox {
276d9652 368
17bb716b
C
369 &, .ui-chkbox-box {
370 width: 18px !important;
371 height: 18px !important;
791645e6
C
372 }
373
17bb716b
C
374 .ui-chkbox-box {
375 &.ui-state-active {
376 border-color: var(--mainColor) !important;
377 background-color: var(--mainColor) !important;
791645e6
C
378 }
379
17bb716b
C
380 .ui-chkbox-icon {
381 position: relative;
382 overflow: visible !important;
383
384 &:after {
385 content: '';
386 position: absolute;
387 top: 1px;
388 left: 6px;
389 width: 5px;
390 height: 12px;
391 opacity: 0;
392 transform: rotate(45deg) scale(0);
393 border-right: 2px solid var(--mainBackgroundColor);
394 border-bottom: 2px solid var(--mainBackgroundColor);
395 }
396
397 &.pi-check:after {
398 opacity: 1;
399 transform: rotate(45deg) scale(1);
400 }
791645e6
C
401 }
402 }
276d9652
C
403}
404
405p-inputswitch {
9b82d49d
RK
406 height: 26px;
407
276d9652
C
408 .ui-inputswitch-checked .ui-inputswitch-slider {
409 background-color: var(--mainColor) !important;
410 }
d3217560
RK
411
412 &.small {
413 height: 20px;
414
415 .ui-inputswitch {
416 width: 2.5em !important;
417 height: 1.45em !important;
418
419 .ui-inputswitch-slider::before {
420 height: 1em !important;
421 width: 1em !important;
422 }
423 }
424
425 .ui-inputswitch-checked .ui-inputswitch-slider::before {
426 transform: translateX(1em) !important;
427 }
428 }
276d9652 429}
f8b2c1b4
C
430
431p-toast {
3195cd1c 432 .ui-toast {
36f2981f 433 z-index: z(notification) !important;
3195cd1c 434
21973012
RK
435 .ui-toast-close-icon {
436 font-family: "Glyphicons Halflings";
437 opacity: 0;
75264e37 438
21973012
RK
439 &:after {
440 content: "\e014";
441 }
75264e37
RK
442 }
443
21973012
RK
444 &:hover .ui-toast-close-icon {
445 opacity: .3;
75264e37
RK
446 }
447 }
448
f8b2c1b4
C
449 .ui-toast-message {
450 font-family: $main-fonts;
28c801b6
RK
451 background-color: var(--mainBackgroundColor) !important;
452 border-radius: 5px;
453 box-sizing: border-box;
454 border: 1px solid #EBEEF5 !important;
455 box-shadow: 0 2px 12px 0 rgba(0, 0 , 0, .1);
456 overflow: hidden;
457
458 &.ui-toast-message-success .glyphicon {
459 color: #8BC34A !important;
f8b2c1b4
C
460 }
461
28c801b6
RK
462 &.ui-toast-message-error .glyphicon {
463 color: #F44336 !important;
f8b2c1b4
C
464 }
465
28c801b6
RK
466 &.ui-toast-message-warn .glyphicon {
467 color: #F1680D !important;
f8b2c1b4
C
468 }
469
28c801b6
RK
470 &.ui-toast-message-info .glyphicon {
471 color: #03A9F4 !important;
f8b2c1b4
C
472 }
473
4707f410
C
474 .notification-block {
475 display: flex;
2f1548fd
C
476 align-items: center;
477 padding: 5px;
f8b2c1b4 478
4707f410 479 .message {
6e7e63b8
C
480 flex-grow: 1;
481
4707f410
C
482 h3 {
483 font-size: 21px;
484 }
f8b2c1b4 485
4707f410
C
486 p {
487 font-size: 15px;
2f1548fd 488 margin-bottom: 0;
4707f410 489 }
f8b2c1b4 490 }
f8b2c1b4 491
4707f410
C
492 .glyphicon {
493 font-size: 32px;
4707f410
C
494 margin-right: 5px;
495 }
f8b2c1b4
C
496 }
497 }
498}
17bb716b
C
499
500.ui-widget {
501 font-family: $main-fonts !important;
502}