feat(style): add style for button inner infobar
This commit is contained in:
@@ -1,4 +1,15 @@
|
|||||||
#info_bar{
|
#info_bar{
|
||||||
background-color:#F1E6D9;
|
background-color:#F1E6D9;
|
||||||
padding: 10px;
|
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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user