use new icon set

adopt UI to use new icon set
This commit is contained in:
Milan
2018-10-05 00:20:45 +02:00
parent 1f9cd04914
commit 8eb6a64209
26 changed files with 4232 additions and 77 deletions

View File

@@ -11,7 +11,7 @@ body{
body #content{
margin:0;
padding:1em;
max-width:980px;
max-width:1200px;
color:#000;
background:#fff;
text-align:left;
@@ -29,9 +29,8 @@ body,
#content select,
#content option,
#content li{
font-size:14px;
font-size:0.75rem;
font-family:Roboto,sans-serif;
font-family:Roboto,sans-serif;
}
#content textarea{
@@ -90,24 +89,24 @@ body,
#calcms_admin_menu select{
font-size:14px;
padding:6px;
padding-top:1em;
padding-bottom:1em;
padding-top:1rem;
padding-bottom:1rem;
line-height:3em;
}
#calcms_admin_menu div:hover,
#calcms_admin_menu a:hover,
#calcms_admin_menu select:hover{
background:#888;
background:#666;
}
#calcms_admin_menu div {
transition: all 0.2s;
transition: background 0.2s;
}
#calcms_admin_menu select,
#calcms_admin_menu option{
font-size:0.8rem;
width:8em;
max-width:8em;
border:0;
padding-left:0;
padding-right:0;
@@ -167,6 +166,7 @@ a{
#content .button{
width:10em;
cursor:pointer;
}
*:focus {outline: none;}
@@ -335,6 +335,7 @@ tr.tablesorter-filter-row input{
#content a.ui-button:active,
#content .ui-button:active{
background-color:#2196f3;
cursor:pointer;
}
#content input[type="submit"]:hover,
@@ -439,3 +440,56 @@ input[type='checkbox']{
#content input[readonly] {
border: 0;
}
/* new */
#calcms_admin_menu{
font-size:0.9375rem;
position:fixed;
top:0;
left:0;
right:0;
justify-content:end;
}
#calcms_admin_menu div a,
#calcms_admin_menu select,
#calcms_admin_menu option{
font-size:0.9375rem;
}
#calcms_admin_menu select,
#calcms_admin_menu option{
border:0;
text-align:left;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
border: none;
}
body #content{
margin-top:0;
}
body,
#content input,
#content textarea,
#content td,
#content div,
#content select,
#content option,
#content li,
#content input[type="submit"],
#content input[type="file"],
#content button{
font-size:0.85rem;
}
#calcms_admin_menu .fa,
#calcms_admin_menu .far,
#calcms_admin_menu .fas{
opacity:0.5;
}

View File

@@ -75,14 +75,6 @@ button:hover{
}
}
#calendar div.event img{
width:16px;
height:16px;
border:0;
margin:-2px;
padding:0px;
}
#event_list tr{
border-bottom:1px solid #999;
}
@@ -99,9 +91,13 @@ button:hover{
#calendar div.event div.icons{
position:absolute;
top:-5px;
right:-7px;
top:0px;
right:0px;
margin:0;
width:16px;
font-size:16px;
opacity:0.8;
line-height:1.5;
}
#calendar div.time.now {

File diff suppressed because one or more lines are too long