diff --git a/src/dev-center/css/style.css b/src/dev-center/css/style.css index 56180f5e0..b37c23d03 100644 --- a/src/dev-center/css/style.css +++ b/src/dev-center/css/style.css @@ -24,7 +24,6 @@ } html { - width: 100vw; height: 100vh; } @@ -439,7 +438,7 @@ label { } .app-card-link:hover{ - text-decoration: underline; + text-decoration: underline !important; } .edit-app img { @@ -1334,4 +1333,24 @@ dialog{ color: #000; /* Optional: darken on hover */ } +.options-icon { + cursor: pointer; + opacity: 0.7; + width: 30px; + height: 30px; + border-radius: 3px; +} +.options-icon:hover { + opacity: 1; + background-color: #ededed; +} + +.worker-checkbox, .app-checkbox { + width: 20px; + height: 20px; +} + +.no-hover:hover { + background-color: transparent !important; +} \ No newline at end of file diff --git a/src/dev-center/img/options.svg b/src/dev-center/img/options.svg new file mode 100644 index 000000000..6d0301c53 --- /dev/null +++ b/src/dev-center/img/options.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/src/dev-center/index.html b/src/dev-center/index.html index adec95ec8..7a2a752ae 100644 --- a/src/dev-center/index.html +++ b/src/dev-center/index.html @@ -88,7 +88,7 @@