Spaces:
Running
Running
Update style.css
Browse files
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 |
}
|