2022-06-27 08:53:51 +08:00
|
|
|
#bar {
|
|
|
|
margin: 30px /* affects top/bottom & left/right alignment */
|
|
|
|
}
|
|
|
|
|
2022-06-28 02:14:15 +08:00
|
|
|
|
2022-06-27 08:53:51 +08:00
|
|
|
button, image {
|
|
|
|
background: none;
|
|
|
|
border-style: none;
|
|
|
|
box-shadow: none;
|
|
|
|
color: #999
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
margin: 5px
|
|
|
|
}
|
|
|
|
|
|
|
|
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 */
|
|
|
|
}
|