mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-15 21:39:54 +02:00
add darkmode themes, clean up
This commit is contained in:
7
src/themes/system/afx-calendar-view.css
Normal file
7
src/themes/system/afx-calendar-view.css
Normal file
@ -0,0 +1,7 @@
|
||||
afx-calendar-view afx-grid-view afx-grid-row:nth-child(even) afx-grid-cell
|
||||
{
|
||||
background-color: transparent;
|
||||
}
|
||||
afx-calendar-view afx-grid-view .grid_row_header afx-grid-cell{
|
||||
border-right: 0;
|
||||
}
|
@ -1,3 +1,8 @@
|
||||
afx-label i.icon-style {
|
||||
float: left;
|
||||
}
|
||||
afx-label i.label-text{
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
margin-left: 3px;
|
||||
}
|
BIN
src/themes/system/fonts/ubuntu-bold-webfont.woff
Normal file
BIN
src/themes/system/fonts/ubuntu-bold-webfont.woff
Normal file
Binary file not shown.
BIN
src/themes/system/fonts/ubuntu-bold-webfont.woff2
Normal file
BIN
src/themes/system/fonts/ubuntu-bold-webfont.woff2
Normal file
Binary file not shown.
BIN
src/themes/system/fonts/ubuntu-bolditalic-webfont.woff
Normal file
BIN
src/themes/system/fonts/ubuntu-bolditalic-webfont.woff
Normal file
Binary file not shown.
BIN
src/themes/system/fonts/ubuntu-bolditalic-webfont.woff2
Normal file
BIN
src/themes/system/fonts/ubuntu-bolditalic-webfont.woff2
Normal file
Binary file not shown.
BIN
src/themes/system/fonts/ubuntu-italic-webfont.woff
Normal file
BIN
src/themes/system/fonts/ubuntu-italic-webfont.woff
Normal file
Binary file not shown.
BIN
src/themes/system/fonts/ubuntu-italic-webfont.woff2
Normal file
BIN
src/themes/system/fonts/ubuntu-italic-webfont.woff2
Normal file
Binary file not shown.
BIN
src/themes/system/fonts/ubuntu-regular-webfont.woff
Normal file
BIN
src/themes/system/fonts/ubuntu-regular-webfont.woff
Normal file
Binary file not shown.
BIN
src/themes/system/fonts/ubuntu-regular-webfont.woff2
Normal file
BIN
src/themes/system/fonts/ubuntu-regular-webfont.woff2
Normal file
Binary file not shown.
39
src/themes/system/ubuntu-regular.css
Normal file
39
src/themes/system/ubuntu-regular.css
Normal file
@ -0,0 +1,39 @@
|
||||
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 6, 2017 */
|
||||
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Ubuntu';
|
||||
src: url('fonts/ubuntu-regular-webfont.woff2') format('woff2'),
|
||||
url('fonts/ubuntu-regular-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Ubuntu';
|
||||
src: url('fonts/ubuntu-bold-webfont.woff2') format('woff2'),
|
||||
url('fonts/ubuntu-bold-webfont.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Ubuntu';
|
||||
src: url('fonts/ubuntu-bolditalic-webfont.woff2') format('woff2'),
|
||||
url('fonts/ubuntu-bolditalic-webfont.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Ubuntu';
|
||||
src: url('fonts/ubuntu-italic-webfont.woff2') format('woff2'),
|
||||
url('fonts/ubuntu-italic-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
|
||||
}
|
Reference in New Issue
Block a user