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-bar/style.css

35 lines
628 B
CSS
Raw Normal View History

2023-07-04 01:14:46 +00:00
window {
background-color: rgba (0, 0, 0, 1.0)
}
/* Outer bar container, takes all the window width/height */
#outer-box {
margin: 0px
}
/* Inner bar container, surrounds buttons */
#inner-box {
background-color: rgba (0, 0, 0, 0.85);
border-radius: 10px;
border-style: none;
border-width: 1px;
border-color: rgba (156, 142, 122, 0.7);
padding: 5px;
2023-07-04 01:53:13 +00:00
margin: 5px;
2023-07-04 01:14:46 +00:00
}
button, image {
background: none;
border: none;
2023-07-04 01:53:13 +00:00
box-shadow: none;
2023-07-04 01:14:46 +00:00
}
button {
padding-left: 10px;
padding-right: 10px;
2023-07-04 01:53:13 +00:00
margin: 5px;
2023-07-04 01:14:46 +00:00
}
button:hover {
2023-07-04 01:55:19 +00:00
background-color: rgba (255, 255, 255, 0.1);
2023-07-04 01:14:46 +00:00
}