diff --git a/public/css/components/dashboard.css b/public/css/components/dashboard.css index 9f32bed23..54de860e7 100644 --- a/public/css/components/dashboard.css +++ b/public/css/components/dashboard.css @@ -40,27 +40,27 @@ background-repeat: no-repeat; background-position: center; background-size: cover; - cursor:pointer; + cursor: pointer; } .dashboard-section > .newGridRow { - position:absolute; - width:20px; - height:20px; - padding:0; - bottom:0; - left:50%; - transform:translate(-50%, 50%); + position: absolute; + width: 20px; + height: 20px; + padding: 0; + bottom: 0; + left: 50%; + transform: translate(-50%, 50%); background-color: var(--fhc-dashboard-gridrow-background); } .newGridRow:hover { - color:white; + color: white; background-color: var(--fhc-dashboard-gridrow-background-highlight); } .empty-tile-hover:hover { - background-image: url('data:image/svg+xml;utf8,'); + background-image: url('data:image/svg+xml;utf8,'); } .alert-danger .form-check-input:checked { @@ -159,7 +159,7 @@ .section-info { color: var(--fhc-dashboard-section-info-color); - cursor:pointer; + cursor: pointer; } .section-info:hover {