modified styles for dict widget

This commit is contained in:
iLLiCiTiT 2020-09-23 19:14:39 +02:00
parent 3a6c8e32eb
commit 36a2edf2fb

View file

@ -168,8 +168,10 @@ QPushButton[btn-type="expand-toggle"] {
background: #141a1f;
}
#DictAsWidgetBody{
#DictAsWidgetBody {
background: transparent;
}
#DictAsWidgetBody[show_borders="1"] {
border: 2px solid #cccccc;
border-radius: 5px;
}