nwg-bar-config/style.css
2025-07-07 19:46:08 -04:00

36 lines
532 B
CSS

window {
background-color: transparent;
}
/* Outer bar container, takes all the window width/height */
#outer-box {
margin: 10px;
}
/* Inner bar container, surrounds buttons */
#inner-box {
background-color: #232A2E;
border-radius: 10px;
border-style: solid;
border-width: 4px;
border-color: #343f44;
padding: 5px;
margin: 5px
}
button, image {
background: none;
border: none;
box-shadow: none
}
button {
padding-left: 10px;
padding-right: 10px;
margin: 5px
}
button:hover {
background-color: #343f44;
}