diff OrthancServer/OrthancExplorer/explorer.css @ 5241:efaeec259623 db-protobuf

added labels at the study level in orthanc explorer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Apr 2023 20:14:59 +0200
parents 0ea402b4d901
children 48b8dae6dc77
line wrap: on
line diff
--- a/OrthancServer/OrthancExplorer/explorer.css	Wed Apr 05 11:31:05 2023 +0200
+++ b/OrthancServer/OrthancExplorer/explorer.css	Wed Apr 05 20:14:59 2023 +0200
@@ -63,3 +63,22 @@
 .switch-container .ui-slider-switch {
     width: 100%;
 }
+
+.label {
+    display: inline-block;
+    background-color: gray;
+    margin: 5px;
+    padding: 5px;
+    border-radius: 10px;
+}
+
+.label button {
+    background-color: transparent;
+    border: 0px;
+    cursor: pointer;
+    border-radius: 10px;
+}
+
+.label button:hover {
+    background-color: lightgray;
+}