StringFellow commited on
Commit
4a8c874
·
verified ·
1 Parent(s): fb6cd6a

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +16 -0
style.css CHANGED
@@ -16,4 +16,20 @@ body {
16
 
17
  .card-header {
18
  border-bottom: 2px solid #ffc107;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  }
 
16
 
17
  .card-header {
18
  border-bottom: 2px solid #ffc107;
19
+ }
20
+
21
+ .sticky-right {
22
+ position: sticky;
23
+ right: 0;
24
+ background-color: inherit;
25
+ z-index: 1;
26
+ }
27
+
28
+ input[type="search"]::-webkit-search-cancel-button {
29
+ cursor: pointer;
30
+ }
31
+
32
+ .dropdown-toggle:hover, .dropdown-toggle:focus {
33
+ color: #fff !important;
34
+ text-decoration: none !important;
35
  }