add background color to inline buttons

ui
Manuel Genovés 2019-12-09 02:15:09 +01:00
parent 48e48d95de
commit 151809ae9b
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@
.inline-button {
color: alpha(@theme_fg_color, 0.6);
background-color: alpha(@theme_base_color, 0.9);
text-shadow: inherit;
box-shadow: initial;
background-clip: initial;