Dashboard: more enhancements

This commit is contained in:
bergware
2023-10-13 16:15:07 +02:00
parent 64d161d09d
commit a6d66e0a65
+2 -2
View File
@@ -236,8 +236,8 @@ input[value=Edit]{margin:12px 0 0 0;padding:5px 10px}
.switch-button-background{margin-left:0;margin-top:4px}
.switch-button-label{margin-top:3px}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button[disabled]{cursor:default;color:#808080;background:-webkit-gradient(linear,left top,right top,from(#404040),to(#808080)) 0 0 no-repeat,-webkit-gradient(linear,left top,right top,from(#404040),to(#808080)) 0 100% no-repeat,-webkit-gradient(linear,left bottom,left top,from(#404040),to(#404040)) 0 100% no-repeat,-webkit-gradient(linear,left bottom,left top,from(#808080),to(#808080)) 100% 100% no-repeat;background:linear-gradient(90deg,#404040 0,#808080) 0 0 no-repeat,linear-gradient(90deg,#404040 0,#808080) 0 100% no-repeat,linear-gradient(0deg,#404040 0,#404040) 0 100% no-repeat,linear-gradient(0deg,#808080 0,#808080) 100% 100% no-repeat;background-size:100% 2px,100% 2px,2px 100%,2px 100%}
#current_time{font-size:4rem;margin-left:5px}
#current_date{font-size:1.3rem;margin-left:15px}
#current_time{font-size:4rem;margin-left:8px}
#current_date{font-size:1.3rem;margin-left:18px}
span.ampm{font-size:2rem}
</style>
<script src="<?autov('/webGui/javascript/jquery.apexcharts.js')?>"></script>