mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
theme: refine styles
This commit is contained in:
parent
2c3672d2b8
commit
794d77433f
@ -85,6 +85,11 @@ p, ul, ol {
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
mark {
|
||||
color: #000000;
|
||||
background-color: #D8D800;
|
||||
}
|
||||
|
||||
pre {
|
||||
display: block;
|
||||
overflow-y: hidden;
|
||||
|
@ -81,6 +81,11 @@ p, ul, ol {
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
mark {
|
||||
color: #000000;
|
||||
background-color: #C4C400;
|
||||
}
|
||||
|
||||
pre {
|
||||
display: block;
|
||||
overflow-y: hidden;
|
||||
|
@ -69,6 +69,7 @@ void VFileList::setupUI()
|
||||
QPushButton *viewBtn = new QPushButton(VIconUtils::buttonIcon(":/resources/icons/view.svg"), "", this);
|
||||
viewBtn->setToolTip(tr("View"));
|
||||
viewBtn->setProperty("CornerBtn", true);
|
||||
viewBtn->setFocusPolicy(Qt::NoFocus);
|
||||
|
||||
QMenu *viewMenu = new QMenu(this);
|
||||
connect(viewMenu, &QMenu::aboutToShow,
|
||||
|
Loading…
x
Reference in New Issue
Block a user