This repository has been archived on 2023-07-23. You can view files and clone it, but cannot push or open issues or pull requests.
gpd-configurations/home/user/files/nwg-launchers/nwgbar/style.css

31 lines
478 B
CSS
Raw Normal View History

2023-06-29 02:15:06 +00:00
#bar {
margin: 30px /* affects top/bottom & left/right alignment */
}
button, image {
background: none;
border-style: none;
box-shadow: none;
color: #999;
text-shadow: none;
}
button {
padding-left: 10px;
padding-right: 10px;
margin: 5px;
-gtk-icon-shadow: none;
}
button:hover {
background-color: rgba (255, 255, 255, 0.1)
}
button:focus {
box-shadow: 0 0 2px;
}
grid {
/* e.g. for common background to all buttons */
}