12 changed files with 131 additions and 20 deletions
Split View
Diff Options
-
2customize.dist/src/less2/include/app-noscroll.less
-
1customize.dist/src/less2/include/creation.less
-
2customize.dist/src/less2/include/framework.less
-
57customize.dist/src/less2/include/tippy.less
-
37www/common/common-interface.js
-
5www/common/common-ui-elements.js
-
41www/common/loading.js
-
2www/common/sframe-app-framework.js
-
1www/common/tippy.css
-
1www/common/tippy.min.js
-
1www/common/tippy/tippy.css
-
1www/common/tippy/tippy.min.js
@ -0,0 +1,57 @@ |
|||
@import (once) './creation.less'; |
|||
|
|||
.tippy_main() { |
|||
.tippy-tooltip.cryptpad-theme { |
|||
/* Your styling here. Example: */ |
|||
background-color: white; |
|||
box-shadow: 2px 2px 10px #000; |
|||
//border: 1px solid #BBB; |
|||
//border-radius: 0; |
|||
//border: 2px solid orange; |
|||
font-weight: bold; |
|||
color: #333; |
|||
[x-circle] { |
|||
background-color: unset; |
|||
} |
|||
} |
|||
/* |
|||
.tippy-popper[x-placement=top] { |
|||
.tippy-tooltip.cryptpad-theme { |
|||
margin-bottom: 12px; |
|||
[x-arrow] { |
|||
bottom: -12px; |
|||
transform: scale(2); |
|||
} |
|||
} |
|||
} |
|||
.tippy-popper[x-placement=bottom] { |
|||
.tippy-tooltip.cryptpad-theme { |
|||
margin-top: 12px; |
|||
[x-arrow] { |
|||
top: -12px; |
|||
transform: scale(2); |
|||
} |
|||
} |
|||
} |
|||
*/ |
|||
.tippy-popper[x-placement=right] { |
|||
max-width: 200px; |
|||
/* .tippy-tooltip.cryptpad-theme { |
|||
margin-left: 12px; |
|||
[x-arrow] { |
|||
left: -12px; |
|||
transform: scale(2); |
|||
} |
|||
}*/ |
|||
} |
|||
.tippy-popper[x-placement=left] { |
|||
max-width: 200px; |
|||
/* .tippy-tooltip.cryptpad-theme { |
|||
margin-right: 12px; |
|||
[x-arrow] { |
|||
right: -12px; |
|||
transform: scale(2); |
|||
} |
|||
}*/ |
|||
} |
|||
} |
|||
1
www/common/tippy.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
1
www/common/tippy.min.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
1
www/common/tippy/tippy.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
1
www/common/tippy/tippy.min.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save