2024-07-22 15:43:47 +03:00
|
|
|
#info_bar{
|
2024-07-27 20:37:50 +03:00
|
|
|
background-color:#F1E6D9;
|
|
|
|
padding: 5px;
|
|
|
|
font-size: 11pt;
|
|
|
|
}
|
|
|
|
#info_bar > button {
|
|
|
|
transform: scale(0.9);
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
#info_bar > button:hover {
|
|
|
|
background-color: #00000010;
|
|
|
|
}
|
|
|
|
#info_bar > button:active {
|
|
|
|
background-color: #00000020;
|
2024-07-19 22:06:34 +03:00
|
|
|
}
|