diff options
| author | 2024-04-25 08:45:59 +0200 | |
|---|---|---|
| committer | 2024-04-25 08:45:59 +0200 | |
| commit | aac3b21a8b4fd1a2f351a63fdb70d39ac2851921 (patch) | |
| tree | cc87dac0240cbd64da786136b399eca0af920042 /p/themes/Flat/flat.css | |
| parent | 7b922668551f5dcf99a79c474a09103e78e4c703 (diff) | |
Fix: overflow expanding title in entry header (#6373)
* change HTML structure
* CSS
Diffstat (limited to 'p/themes/Flat/flat.css')
| -rw-r--r-- | p/themes/Flat/flat.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index e88e6e55f..ec59e90b1 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -693,6 +693,7 @@ th { border-left: 2px solid #ecf0f1; } +.flux:not(.current):hover .flux_header .title, .flux .flux_header:hover { background: #fff; } |
