mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
issue ui update
This commit is contained in:
parent
bf5fcfb49c
commit
e0a6e6dd1a
3 changed files with 71 additions and 6 deletions
|
@ -1244,7 +1244,7 @@ html, body {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#issue-create-form .nav-tabs, #issue .issue-reply .nav-tabs,#issue .issue-edit-content .nav-tabs {
|
||||
#issue-create-form .nav-tabs, #issue .issue-reply .nav-tabs, #issue .issue-edit-content .nav-tabs {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
@ -1355,6 +1355,10 @@ html, body {
|
|||
color: #444;
|
||||
}
|
||||
|
||||
#issue .issue-item h5 .labels .label {
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
||||
#issue .issue-item .info span {
|
||||
margin-right: 12px;
|
||||
color: #888;
|
||||
|
@ -1589,6 +1593,14 @@ html, body {
|
|||
text-shadow: 0 0 2px #444;
|
||||
}
|
||||
|
||||
#issue .label-selected .count, #issue .label-selected a {
|
||||
color: #FAFAFA;
|
||||
}
|
||||
|
||||
#issue .label-selected a {
|
||||
text-shadow: 0 0 2px #444;
|
||||
}
|
||||
|
||||
#issue .issue-bar .labels .label-white {
|
||||
color: #FFF;
|
||||
}
|
||||
|
@ -1625,6 +1637,16 @@ html, body {
|
|||
margin-left: 26px;
|
||||
}
|
||||
|
||||
#label-color-ipt2, #label-color-change-ipt2 {
|
||||
width: 120px;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#label-color-change-ipt2{
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
/* wrapper and footer */
|
||||
|
||||
#wrapper {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue