Browse Source

add logging css

CauseFX 4 years ago
parent
commit
1b31155b53
4 changed files with 11 additions and 0 deletions
  1. 7 0
      css/dark.css
  2. 0 0
      css/dark.min.css
  3. 4 0
      css/organizr.css
  4. 0 0
      css/organizr.min.css

+ 7 - 0
css/dark.css

@@ -16666,4 +16666,11 @@ tr.jsgrid-header-row th {
 }
 }
 .jsgrid-selected-row td {
 .jsgrid-selected-row td {
     background: #232323 !important;
     background: #232323 !important;
+}
+.orgLogDiv select:focus, .orgLogDiv input:focus {
+    box-shadow: none;
+    border-color: #96a2b4;
+}
+.orgLogDiv select, .orgLogDiv input {
+    border: 1px solid rgba(120,130,140,0.2);
 }
 }

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


+ 4 - 0
css/organizr.css

@@ -4900,4 +4900,8 @@ td.mouse-grab.sort-tabs-handle {
 }
 }
 .input-group-btn:not(:last-child) .btn{
 .input-group-btn:not(:last-child) .btn{
     border-radius: 0;
     border-radius: 0;
+}
+.orgLogDiv select, .orgLogDiv input {
+    padding: 8px;
+    border-radius: 4px;
 }
 }

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