mirror of
https://github.com/johndoe6345789/docker-swarm-termina.git
synced 2026-04-24 13:45:01 +00:00
Merge pull request #15 from johndoe6345789/claude/fix-toolbar-buttons-grey-k071w
Enhance button styling with hover effects and disabled state
This commit is contained in:
@@ -85,9 +85,18 @@ const theme = createTheme({
|
||||
borderRadius: '6px',
|
||||
padding: '8px 16px',
|
||||
transition: 'all 0.1s ease',
|
||||
'&:hover': {
|
||||
boxShadow: '0 0 8px rgba(56, 178, 172, 0.3)',
|
||||
},
|
||||
'&:active': {
|
||||
transform: 'scale(0.98)',
|
||||
},
|
||||
'&.Mui-disabled': {
|
||||
opacity: 0.5,
|
||||
backgroundColor: 'rgba(74, 85, 104, 0.3)',
|
||||
borderColor: 'rgba(74, 85, 104, 0.5)',
|
||||
color: 'rgba(247, 250, 252, 0.5)',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user