|
@@ -1,9 +1,6 @@
|
|
-* {
|
|
|
|
- -webkit-box-sizing: unset;
|
|
|
|
- box-sizing: unset;
|
|
|
|
-}
|
|
|
|
/* Fixed missing 'import nib' stylesheet reset and extra li bullet points
|
|
/* Fixed missing 'import nib' stylesheet reset and extra li bullet points
|
|
* https://github.com/wekan/wekan/issues/4512#issuecomment-1129347536
|
|
* https://github.com/wekan/wekan/issues/4512#issuecomment-1129347536
|
|
|
|
+ * https://github.com/stylus/nib/blob/master/lib/nib/reset.styl
|
|
*/
|
|
*/
|
|
a, abbr, acronym, address, applet, big, blockquote, body, caption, cite,
|
|
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,
|
|
code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5,
|
|
@@ -19,6 +16,51 @@ table, tbody, td, tfoot, th, thread, tr, tt, ul, var {
|
|
font-size: 100%;
|
|
font-size: 100%;
|
|
vertical-align: baseline;
|
|
vertical-align: baseline;
|
|
}
|
|
}
|
|
|
|
+ol, ul {
|
|
|
|
+ list-style: none;
|
|
|
|
+}
|
|
|
|
+a img {
|
|
|
|
+ border: none;
|
|
|
|
+}
|
|
|
|
+/* reset body */
|
|
|
|
+body {
|
|
|
|
+ line-height: 1;
|
|
|
|
+ color: black;
|
|
|
|
+ background: white;
|
|
|
|
+}
|
|
|
|
+/* reset table cell */
|
|
|
|
+table {
|
|
|
|
+ border-collapse: separate;
|
|
|
|
+ border-spacing: 0;
|
|
|
|
+ vertical-align: middle;
|
|
|
|
+}
|
|
|
|
+caption, td, th {
|
|
|
|
+ text-align: left;
|
|
|
|
+ font-weight: normal;
|
|
|
|
+ vertical-align: middle;
|
|
|
|
+}
|
|
|
|
+/* reset html5 */
|
|
|
|
+article, aside, canvas, details, figcaption,
|
|
|
|
+ figure, footer, header, hgroup, menu, nav,
|
|
|
|
+ section, summary, main {
|
|
|
|
+ display: block;
|
|
|
|
+}
|
|
|
|
+audio, canvas, video {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ *display: inline;
|
|
|
|
+ *zoom: 1;
|
|
|
|
+}
|
|
|
|
+audio:not([controls]),[hidden] {
|
|
|
|
+ display: none;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/* End of reset css */
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+* {
|
|
|
|
+ -webkit-box-sizing: unset;
|
|
|
|
+ box-sizing: unset;
|
|
|
|
+}
|
|
.note-popover .popover-content .note-color-palette div .note-color-btn,
|
|
.note-popover .popover-content .note-color-palette div .note-color-btn,
|
|
.panel-heading.note-toolbar .note-color-palette div .note-color-btn {
|
|
.panel-heading.note-toolbar .note-color-palette div .note-color-btn {
|
|
background: none;
|
|
background: none;
|