mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 03:16:10 +00:00
Remove unnecesarry native theme modifications. (#1562)
This commit is contained in:
parent
b9ada358ad
commit
15a4d37a1c
@ -1,7 +1,4 @@
|
|||||||
|
/* QMainWindow */
|
||||||
|
|
||||||
|
|
||||||
/* QMainWindow */
|
|
||||||
|
|
||||||
QHeaderView::section {
|
QHeaderView::section {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
@ -42,7 +39,6 @@ QToolTip {
|
|||||||
font: 11pt "Monaco";
|
font: 11pt "Monaco";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* CutterTreeView */
|
/* CutterTreeView */
|
||||||
|
|
||||||
CutterTreeView::item
|
CutterTreeView::item
|
||||||
@ -50,29 +46,3 @@ CutterTreeView::item
|
|||||||
padding-top: 1px;
|
padding-top: 1px;
|
||||||
padding-bottom: 1px;
|
padding-bottom: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* QFilterView */
|
|
||||||
|
|
||||||
QToolButton { /* all types of tool button */
|
|
||||||
border: 2px solid #333;
|
|
||||||
border-left: 2px solid #333;
|
|
||||||
border-right: 2px solid #333;
|
|
||||||
background-color: #333;
|
|
||||||
color: rgb(255, 255, 255)
|
|
||||||
}
|
|
||||||
|
|
||||||
QToolButton:hover {
|
|
||||||
border: 2px solid rgb(128, 128, 128);
|
|
||||||
border-left: 2px solid rgb(128, 128, 128);
|
|
||||||
border-right: 2px solid rgb(128, 128, 128);
|
|
||||||
background-color: rgb(128, 128, 128);
|
|
||||||
color: rgb(255, 255, 255)
|
|
||||||
}
|
|
||||||
|
|
||||||
QToolButton:pressed {
|
|
||||||
border: 2px solid #2180a9;
|
|
||||||
border-left: 2px solid #2180a9;
|
|
||||||
border-right: 2px solid #2180a9;
|
|
||||||
background-color: #2180a9;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user