ciyidogan commited on
Commit
d0344ba
·
verified ·
1 Parent(s): 3bcb7fd

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +23 -2
static/style.css CHANGED
@@ -21,8 +21,8 @@ h1 {
21
  width: 100%;
22
  }
23
 
24
- .text-danger {
25
- font-weight: bold;
26
  }
27
 
28
  .tab-content {
@@ -31,3 +31,24 @@ h1 {
31
  border: 1px solid #dee2e6;
32
  border-top: none;
33
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  width: 100%;
22
  }
23
 
24
+ textarea, pre {
25
+ font-family: monospace;
26
  }
27
 
28
  .tab-content {
 
31
  border: 1px solid #dee2e6;
32
  border-top: none;
33
  }
34
+
35
+ #main-tabs .nav-link {
36
+ cursor: pointer;
37
+ }
38
+
39
+ .text-danger {
40
+ font-weight: bold;
41
+ }
42
+
43
+ table th {
44
+ cursor: pointer;
45
+ }
46
+
47
+ table th:hover {
48
+ background-color: #f1f1f1;
49
+ }
50
+
51
+ .table-responsive {
52
+ max-height: 400px;
53
+ overflow-y: auto;
54
+ }