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
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
.board-conversion-modal {
|
||||
background: white;
|
||||
border-radius: 0.8ch;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
|
||||
max-width: 500px;
|
||||
width: 90%;
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
.board-conversion-header h3 {
|
||||
margin: 0 0 8px 0;
|
||||
color: #333;
|
||||
|
||||
font-size: 20px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
.board-conversion-header p {
|
||||
margin: 0;
|
||||
color: #666;
|
||||
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.board-conversion-content {
|
||||
|
|
@ -74,7 +74,7 @@
|
|||
width: 100%;
|
||||
height: 8px;
|
||||
background-color: #e0e0e0;
|
||||
border-radius: 0.4ch;
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
.progress-fill {
|
||||
height: 100%;
|
||||
background: linear-gradient(90deg, #2196F3, #21CBF3);
|
||||
border-radius: 0.4ch;
|
||||
border-radius: 4px;
|
||||
transition: width 0.3s ease;
|
||||
position: relative;
|
||||
}
|
||||
|
|
@ -116,14 +116,14 @@
|
|||
text-align: center;
|
||||
font-weight: 600;
|
||||
color: #2196F3;
|
||||
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.conversion-status {
|
||||
text-align: center;
|
||||
margin-bottom: 16px;
|
||||
color: #333;
|
||||
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.conversion-status i {
|
||||
|
|
@ -134,10 +134,10 @@
|
|||
.conversion-time {
|
||||
text-align: center;
|
||||
color: #666;
|
||||
|
||||
font-size: 14px;
|
||||
background-color: #f5f5f5;
|
||||
padding: 8px 12px;
|
||||
border-radius: 0.4ch;
|
||||
border-radius: 4px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
|
|
@ -155,7 +155,7 @@
|
|||
.conversion-info {
|
||||
text-align: center;
|
||||
color: #666;
|
||||
|
||||
font-size: 13px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
|
|
@ -179,6 +179,6 @@
|
|||
}
|
||||
|
||||
.board-conversion-header h3 {
|
||||
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue