diff options
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/custom.css | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/assets/css/custom.css b/assets/css/custom.css index d5f4fab..60b93a4 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css | |||
| @@ -283,7 +283,7 @@ body.hide-chords .chord { | |||
| 283 | display: none; | 283 | display: none; |
| 284 | } | 284 | } |
| 285 | 285 | ||
| 286 | body.hide-chords .key-selector{ | 286 | body.hide-chords .key-selector { |
| 287 | display: none; | 287 | display: none; |
| 288 | } | 288 | } |
| 289 | 289 | ||
| @@ -465,7 +465,9 @@ button#clear-search svg { | |||
| 465 | font-size: 14px; | 465 | font-size: 14px; |
| 466 | cursor: pointer; | 466 | cursor: pointer; |
| 467 | z-index: 9999; | 467 | z-index: 9999; |
| 468 | transition: opacity 0.2s ease-in-out, background 0.2s; | 468 | transition: |
| 469 | opacity 0.2s ease-in-out, | ||
| 470 | background 0.2s; | ||
| 469 | opacity: 0.6; | 471 | opacity: 0.6; |
| 470 | } | 472 | } |
| 471 | 473 | ||
| @@ -478,16 +480,17 @@ button#clear-search svg { | |||
| 478 | position: fixed; | 480 | position: fixed; |
| 479 | bottom: 50px; | 481 | bottom: 50px; |
| 480 | right: 10px; | 482 | right: 10px; |
| 481 | width: 250px; | 483 | width: 80%; |
| 482 | background: #241E1A; | 484 | max-width: 600px; |
| 485 | background: #241e1a; | ||
| 483 | border: 2px solid #ccc; | 486 | border: 2px solid #ccc; |
| 484 | padding: 12px; | 487 | padding: 12px; |
| 485 | border-radius: 8px; | 488 | border-radius: 8px; |
| 486 | box-shadow: 0 0 8px rgba(0,0,0,0.2); | 489 | box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); |
| 487 | z-index: 9998; | 490 | z-index: 9998; |
| 488 | } | 491 | } |
| 489 | 492 | ||
| 490 | #setlist-sidebar h6{ | 493 | #setlist-sidebar h6 { |
| 491 | margin-top: 5px; | 494 | margin-top: 5px; |
| 492 | } | 495 | } |
| 493 | 496 | ||
| @@ -507,4 +510,4 @@ button#clear-search svg { | |||
| 507 | color: red; | 510 | color: red; |
| 508 | font-size: 1rem; | 511 | font-size: 1rem; |
| 509 | cursor: pointer; | 512 | cursor: pointer; |
| 510 | } \ No newline at end of file | 513 | } |
