mirror of
https://github.com/wekan/wekan.git
synced 2026-02-09 17:54:21 +01:00
Reverted New UI Design of WeKan v8.29 and added more fixes and performance improvements.
Thanks to xet7 !
This commit is contained in:
parent
d152d8fc1b
commit
1b8b8d2eef
196 changed files with 17659 additions and 10028 deletions
|
|
@ -23,7 +23,7 @@
|
|||
.original-positions-content {
|
||||
background-color: white;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 0.4ch;
|
||||
border-radius: 4px;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
.original-position-item {
|
||||
background-color: #f8f9fa;
|
||||
border: 1px solid #e9ecef;
|
||||
border-radius: 0.4ch;
|
||||
border-radius: 4px;
|
||||
margin-bottom: 10px;
|
||||
padding: 12px;
|
||||
transition: all 0.2s ease;
|
||||
|
|
@ -100,7 +100,7 @@
|
|||
color: white;
|
||||
padding: 2px 6px;
|
||||
border-radius: 3px;
|
||||
|
||||
font-size: 11px;
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
|
@ -112,7 +112,7 @@
|
|||
|
||||
.entity-id {
|
||||
color: #6c757d;
|
||||
|
||||
font-size: 11px;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
|
|
@ -123,12 +123,12 @@
|
|||
.original-position-description {
|
||||
color: #495057;
|
||||
margin-bottom: 6px;
|
||||
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.original-title {
|
||||
color: #6c757d;
|
||||
|
||||
font-size: 12px;
|
||||
margin-bottom: 6px;
|
||||
padding: 4px 6px;
|
||||
background-color: #e9ecef;
|
||||
|
|
@ -141,7 +141,7 @@
|
|||
|
||||
.original-position-date {
|
||||
color: #6c757d;
|
||||
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.no-original-positions {
|
||||
|
|
@ -152,7 +152,7 @@
|
|||
}
|
||||
|
||||
.no-original-positions i {
|
||||
|
||||
font-size: 24px;
|
||||
margin-bottom: 10px;
|
||||
display: block;
|
||||
color: #adb5bd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue