dotfiles/waybar/styles/common.css
2024-03-20 12:36:49 -05:00

18 lines
409 B
CSS

button {
/* Use box-shadow instead of border so the text isn't offset */
box-shadow: inset 0 -3px transparent;
/* Avoid rounded borders under each button name */
border: none;
}
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
button:hover {
background: inherit;
box-shadow: inset 0 -1px #5e81ac;
}
.module {
padding: 0 10px;
color: #ddd
}