mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 05:27:14 -04:00
Added missing 'import nib' stylesheet reset that removes extra li bullet points.
Thanks to mfilser and xet7 ! Related https://github.com/wekan/wekan/issues/4512#issuecomment-1129347536
This commit is contained in:
parent
58da992a0c
commit
8964a18e76
2 changed files with 17 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
|||
}
|
||||
.board-list li {
|
||||
float: left;
|
||||
color: #dedede; /* li same color as background grey */
|
||||
width: 20%;
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
|
|
|
@ -2,6 +2,23 @@
|
|||
-webkit-box-sizing: unset;
|
||||
box-sizing: unset;
|
||||
}
|
||||
/* Fixed missing 'import nib' stylesheet reset and extra li bullet points
|
||||
* https://github.com/wekan/wekan/issues/4512#issuecomment-1129347536
|
||||
*/
|
||||
a, abbr, acronym, address, applet, big, blockquote, body, caption, cite,
|
||||
code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5,
|
||||
h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre,
|
||||
q, s, samp, small, span, strike, strong, sub, sup,
|
||||
table, tbody, td, tfoot, th, thread, tr, tt, ul, var {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
outline: 0;
|
||||
font-weight: inherit;
|
||||
font-style: inherit;
|
||||
font-family: inherit;
|
||||
font-size: 100%;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
.note-popover .popover-content .note-color-palette div .note-color-btn,
|
||||
.panel-heading.note-toolbar .note-color-palette div .note-color-btn {
|
||||
background: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue