mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-23 03:59:29 +00:00
Stylesheets: Breeze: misc fixes
This commit is contained in:
parent
87fd142ffd
commit
96409ecc17
2 changed files with 10 additions and 8 deletions
|
@ -57,13 +57,13 @@ QWidget
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
QWidget:item:hover
|
QWidget::item:hover
|
||||||
{
|
{
|
||||||
background-color: #3daee9;
|
background-color: #3daee9;
|
||||||
color: #eff0f1;
|
color: #eff0f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
QWidget:item:selected
|
QWidget::item:selected
|
||||||
{
|
{
|
||||||
background-color: #3daee9;
|
background-color: #3daee9;
|
||||||
}
|
}
|
||||||
|
@ -525,7 +525,7 @@ QTextEdit
|
||||||
|
|
||||||
QPlainTextEdit
|
QPlainTextEdit
|
||||||
{
|
{
|
||||||
background-color: #232629;;
|
background-color: #232629;
|
||||||
color: #eff0f1;
|
color: #eff0f1;
|
||||||
border-radius: 0.2ex;
|
border-radius: 0.2ex;
|
||||||
border: 0.1ex solid #76797c;
|
border: 0.1ex solid #76797c;
|
||||||
|
|
|
@ -54,13 +54,13 @@ QWidget
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
QWidget:item:hover
|
QWidget::item:hover
|
||||||
{
|
{
|
||||||
background-color: #33A4DF;
|
background-color: #33A4DF;
|
||||||
color: #31363B;
|
color: #31363B;
|
||||||
}
|
}
|
||||||
|
|
||||||
QWidget:item:selected
|
QWidget::item:selected
|
||||||
{
|
{
|
||||||
background-color: #33A4DF;
|
background-color: #33A4DF;
|
||||||
}
|
}
|
||||||
|
@ -567,7 +567,7 @@ QMainWindow::separator:hover
|
||||||
color: white;
|
color: white;
|
||||||
padding-left: 0.4ex;
|
padding-left: 0.4ex;
|
||||||
border: 0.1ex solid #BAB9B8;
|
border: 0.1ex solid #BAB9B8;
|
||||||
spacing: 0.2x;
|
spacing: 0.2ex;
|
||||||
}
|
}
|
||||||
|
|
||||||
QMenu::separator
|
QMenu::separator
|
||||||
|
@ -1659,12 +1659,14 @@ QPushButton:flat {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
QScrollBar::handle:vertical
|
QScrollBar::handle:vertical,
|
||||||
|
QScrollBar::handle:horizontal
|
||||||
{
|
{
|
||||||
background-color: #BAB9B8;
|
background-color: #BAB9B8;
|
||||||
}
|
}
|
||||||
|
|
||||||
QScrollBar:vertical
|
QScrollBar:vertical,
|
||||||
|
QScrollBar:horizontal
|
||||||
{
|
{
|
||||||
background-color: #eff0f1;
|
background-color: #eff0f1;
|
||||||
border: 0.1ex transparent #eff0f1;
|
border: 0.1ex transparent #eff0f1;
|
||||||
|
|
Loading…
Reference in a new issue