mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Improved icon font view
This commit is contained in:
parent
93738eac22
commit
4a8c9f8e18
31 changed files with 115 additions and 196 deletions
2
vendors/bootstrap/less/tables.less
vendored
2
vendors/bootstrap/less/tables.less
vendored
|
|
@ -26,7 +26,7 @@
|
|||
padding: 8px;
|
||||
line-height: @baseLineHeight;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
vertical-align: text-top;
|
||||
border-top: 1px solid @tableBorder;
|
||||
}
|
||||
th {
|
||||
|
|
|
|||
BIN
vendors/fontastic/fonts/snappymail.woff
vendored
BIN
vendors/fontastic/fonts/snappymail.woff
vendored
Binary file not shown.
BIN
vendors/fontastic/fonts/snappymail.woff2
vendored
BIN
vendors/fontastic/fonts/snappymail.woff2
vendored
Binary file not shown.
78
vendors/fontastic/styles.css
vendored
78
vendors/fontastic/styles.css
vendored
|
|
@ -17,20 +17,21 @@
|
|||
font-variant: normal !important;
|
||||
text-transform: none !important;
|
||||
speak: never;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
[class^="icon-"]::before,
|
||||
[class*=" icon-"]::before {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.icon-arrows-in::before {
|
||||
content: "\e000";
|
||||
}
|
||||
.icon-arrows-out::before {
|
||||
content: "\e001";
|
||||
}
|
||||
.icon-list::before {
|
||||
content: "☰";
|
||||
}
|
||||
.icon-user-add::before {
|
||||
content: "\e005";
|
||||
}
|
||||
|
|
@ -43,21 +44,12 @@
|
|||
.icon-right-dir::before {
|
||||
content: "\e00c"; /* ▶ */
|
||||
}
|
||||
.icon-left::before {
|
||||
content: "⬅";
|
||||
}
|
||||
.icon-down::before {
|
||||
content: "⬇";
|
||||
}
|
||||
.icon-right-mini::before {
|
||||
content: "\e01e"; /* › */
|
||||
}
|
||||
.icon-down-mini::before {
|
||||
content: "\e01f"; /* › rotate 90 */
|
||||
}
|
||||
.icon-up::before {
|
||||
content: "⬆";
|
||||
}
|
||||
.icon-star-empty::before {
|
||||
content: "☆";
|
||||
}
|
||||
|
|
@ -129,36 +121,15 @@
|
|||
.icon-popup::before {
|
||||
content: "\e045";
|
||||
}
|
||||
.icon-telephone::before {
|
||||
content: "📞"; /* ℡ ✆ ☎ ☏ */
|
||||
}
|
||||
.icon-left-middle::before {
|
||||
content: "\e04b"; /* ❮ */
|
||||
}
|
||||
.icon-right-middle::before {
|
||||
content: "\e04c"; /* ❯ */
|
||||
}
|
||||
.icon-address-book::before {
|
||||
content: "\e051";
|
||||
}
|
||||
.icon-mail::before {
|
||||
content: "✉";
|
||||
}
|
||||
.icon-checkbox-checked::before {
|
||||
content: "☑";
|
||||
}
|
||||
.icon-checkbox-unchecked::before {
|
||||
content: "☐";
|
||||
}
|
||||
.icon-checkbox-partial::before {
|
||||
content: "▣";
|
||||
}
|
||||
.icon-radio-checked::before {
|
||||
content: "\e05b";
|
||||
}
|
||||
.icon-radio-unchecked::before {
|
||||
content: "\e05c";
|
||||
}
|
||||
.icon-archive::before {
|
||||
content: "\e05f";
|
||||
}
|
||||
|
|
@ -186,13 +157,46 @@
|
|||
.icon-resize-out::before {
|
||||
content: "⤢";
|
||||
}
|
||||
.icon-braille::before {
|
||||
content: "\e06e"; /* ⸭ ⠿ ⁞⁞ */
|
||||
}
|
||||
.icon-check-mark-circle-two::before {
|
||||
content: "\e073";
|
||||
}
|
||||
/*
|
||||
.icon-radio-checked::before {
|
||||
content: "⦿";
|
||||
}
|
||||
.icon-radio-unchecked::before {
|
||||
content: "○";
|
||||
}
|
||||
.icon-address-book::before {
|
||||
content: "📇";
|
||||
}
|
||||
.icon-list::before {
|
||||
content: "☰";
|
||||
}
|
||||
.icon-telephone::before {
|
||||
content: "📞";
|
||||
}
|
||||
.icon-braille::before {
|
||||
content: "⬍";
|
||||
}
|
||||
.icon-checkbox-checked::before {
|
||||
content: "☑";
|
||||
}
|
||||
.icon-checkbox-unchecked::before {
|
||||
content: "☐";
|
||||
}
|
||||
.icon-checkbox-partial::before {
|
||||
content: "▣";
|
||||
}
|
||||
.icon-left::before {
|
||||
content: "⬅";
|
||||
}
|
||||
.icon-up::before {
|
||||
content: "⬆";
|
||||
}
|
||||
.icon-down::before {
|
||||
content: "⬇";
|
||||
}
|
||||
.icon-image::before {
|
||||
content: "🖼";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue