瀏覽代碼

added new css classes [no-mouse,log-label]

CauseFX 4 年之前
父節點
當前提交
c725bd4d61
共有 2 個文件被更改,包括 24 次插入0 次删除
  1. 24 0
      css/organizr.css
  2. 0 0
      css/organizr.min.css

+ 24 - 0
css/organizr.css

@@ -629,6 +629,13 @@ h2.m-b-0.font-medium.pull-right {
 .mouse {
     cursor: pointer;
 }
+.no-mouse {
+    cursor: unset;
+}
+.no-mouse:hover {
+    opacity: 1 !important;
+    border: inherit !important;
+}
 .mouse-grab {
     cursor: grab;
 }
@@ -4824,6 +4831,23 @@ html {
 .password-alt li .select2-selection__choice__display:hover {
     -webkit-text-security: unset;
 }
+.logTable .nowrap .log-label {
+    /*min-width: 100px !important;
+    max-width: 100px !important;
+    display: inline-block !important;
+     */
+    margin: 0 0 0 -4px;
+    padding: 0 5px;
+    min-width: 120px;
+    display: inline-block !important;
+}
+.logTable .nowrap .log-label .btn-label {
+    padding: 7px 7px 7px 15px;
+}
+.logTable .nowrap .log-label .text-uppercase {
+    margin-left: -7px;
+    vertical-align: -webkit-baseline-middle;
+}
 span.select2-selection__choice__remove {
     -webkit-text-security: initial;
 }

File diff suppressed because it is too large
+ 0 - 0
css/organizr.min.css


Some files were not shown because too many files changed in this diff