feat(style): add style for button inner infobar
This commit is contained in:
parent
561f6fc065
commit
f3ece276f1
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue