mirror of
https://github.com/Retropex/custom-ocean.xyz-dashboard.git
synced 2025-05-13 03:30:46 +02:00
Update BitcoinProgressBar.js
This commit is contained in:
parent
05033f12ad
commit
6cb74188b1
@ -228,6 +228,13 @@ const BitcoinMinuteRefresh = (function () {
|
||||
border-bottom: 1px solid #f7931a;
|
||||
padding-bottom: 5px;
|
||||
margin-bottom: 8px;
|
||||
cursor: pointer; /* Add pointer (hand) cursor on hover */
|
||||
}
|
||||
|
||||
/* Apply grabbing cursor during active drag */
|
||||
.terminal-header:active,
|
||||
.bitcoin-terminal.dragging .terminal-header {
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
.terminal-title {
|
||||
|
Loading…
Reference in New Issue
Block a user