replace fas by google icons

This commit is contained in:
Milan
2021-03-13 15:48:06 +01:00
parent 8e88fce44a
commit f434f6e4ce
89 changed files with 79 additions and 4128 deletions

View File

@@ -102,10 +102,12 @@ button:hover {
top: 0px;
right: 0px;
margin: 0;
width: 16px;
font-size: 16px;
opacity: 0.8;
line-height: 1.5;
width: 24px;
font-size: 24px;
}
#calendar div.icons img{
margin:-0.3rem;
}
#calendar div.time.now {
@@ -520,7 +522,8 @@ div.play .error {
padding-left: 0px;
padding-top: 0px;
padding-bottom: 12px;
padding-right: 32px;
padding-right: 28px;
border-radius:4px;
}
#content div.ok,

View File

@@ -285,7 +285,6 @@ li.ui-menu-item {
#content h1,
#content h2 {
margin: 1em;
padding: 0;
font-weight: 100;
}
@@ -549,10 +548,6 @@ input[type='checkbox'] {
clear: both;
}
#content input[readonly] {
border: 0;
}
/* new */
#calcms_nav div a,
#calcms_nav select,
@@ -570,12 +565,6 @@ input[type='checkbox'] {
border: none;
}
#calcms_nav .fa,
#calcms_nav .far,
#calcms_nav .fas {
opacity: 0.4;
}
#content button.selectImage {
padding: 0 !important;
float: left;

File diff suppressed because one or more lines are too long