mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
feat(ui): css tidy up for ui change EE-3795 (#7354)
* css tidy up for ui change
This commit is contained in:
parent
03590d46e6
commit
75c1b485ab
51 changed files with 151 additions and 140 deletions
22
app/assets/css/bootstrap-override.css
vendored
22
app/assets/css/bootstrap-override.css
vendored
|
@ -345,6 +345,8 @@ input:checked + .slider:before {
|
|||
/* Status Indicator Inside Table Section Label Style */
|
||||
.table .label {
|
||||
border-radius: 8px !important;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.table .label .label-danger {
|
||||
|
@ -387,3 +389,23 @@ input:checked + .slider:before {
|
|||
font-size: 85%;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
/* Pagination */
|
||||
.datatable .footer .paginationControls .pagination {
|
||||
border: 1px solid var(--border-pagination-color);
|
||||
}
|
||||
|
||||
.pagination li button {
|
||||
color: var(--ui-gray-9) !important;
|
||||
}
|
||||
|
||||
.pagination li:active button,
|
||||
.pagination li:focus button {
|
||||
border: 1px solid var(--ui-gray-5) !important;
|
||||
}
|
||||
|
||||
.pagination li a {
|
||||
text-decoration: none !important;
|
||||
cursor: pointer;
|
||||
color: var(--ui-gray-9) !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue