- new gulp version;

- reviewed #1479;
This commit is contained in:
Mykyta Synelnikov
2024-03-27 15:27:06 +02:00
parent 887d543e4a
commit 1f70835b3f
27 changed files with 2934 additions and 2206 deletions
+12 -11
View File
@@ -2,8 +2,8 @@
.um .tipsy,
.um-page .tipsy {
z-index: 9999999999;
font-size: inherit; }
font-size: inherit;
}
.um .tipsy-inner,
.um-page .tipsy-inner {
background-color: #333333;
@@ -15,20 +15,21 @@
line-height: 17px;
word-wrap: break-word;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
-moz-osx-font-smoothing: grayscale;
}
.um .tipsy-arrow-n,
.um-page .tipsy-arrow-n {
border-bottom-color: #333; }
border-bottom-color: #333;
}
.um .tipsy-arrow-s,
.um-page .tipsy-arrow-s {
border-top-color: #333; }
border-top-color: #333;
}
.um .tipsy-arrow-e,
.um-page .tipsy-arrow-e {
border-left-color: #333; }
border-left-color: #333;
}
.um .tipsy-arrow-w,
.um-page .tipsy-arrow-w {
border-right-color: #333; }
border-right-color: #333;
}