forked from guacsec/trustify-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathApp.css
More file actions
22 lines (19 loc) · 904 Bytes
/
App.css
File metadata and controls
22 lines (19 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.pf-c-select__toggle:before {
border-top: var(--pf-c-select__toggle--before--BorderTopWidth) solid
var(--pf-c-select__toggle--before--BorderTopColor) !important;
border-right: var(--pf-c-select__toggle--before--BorderRightWidth) solid
var(--pf-c-select__toggle--before--BorderRightColor) !important;
border-bottom: var(--pf-c-select__toggle--before--BorderBottomWidth) solid
var(--pf-c-select__toggle--before--BorderBottomColor) !important;
border-left: var(--pf-c-select__toggle--before--BorderLeftWidth) solid
var(--pf-c-select__toggle--before--BorderLeftColor) !important;
}
table.vertical-middle-aligned-table tr td {
vertical-align: middle;
}
.multiple-file-upload-status-item-force-blue .pf-v6-c-progress__indicator {
background-color: #0066cc !important;
}
.multiple-file-upload-status-item-force-blue .pf-v6-c-progress__status-icon {
color: #0066cc !important;
}