mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 19:36:11 +00:00
Prio select style > hover style
This commit is contained in:
parent
8be9c461ab
commit
8abf9c8103
@ -85,16 +85,16 @@
|
|||||||
border-left: 10px;
|
border-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeWidget::item:selected
|
|
||||||
{
|
|
||||||
background: gray;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
QTreeWidget::item:hover
|
QTreeWidget::item:hover
|
||||||
{
|
{
|
||||||
background: rgb(242, 246, 248);
|
background: rgb(242, 246, 248);
|
||||||
color: black;
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
QTreeWidget::item:selected
|
||||||
|
{
|
||||||
|
background: gray;
|
||||||
|
color: white;
|
||||||
}</string>
|
}</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="frameShape">
|
<property name="frameShape">
|
||||||
|
@ -91,17 +91,18 @@ border-top: 0px;
|
|||||||
border-left: 10px;
|
border-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QTreeWidget::item:hover
|
||||||
|
{
|
||||||
|
background: rgb(242, 246, 248);
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
QTreeWidget::item:selected
|
QTreeWidget::item:selected
|
||||||
{
|
{
|
||||||
background: gray;
|
background: gray;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeWidget::item:hover
|
|
||||||
{
|
|
||||||
background: rgb(242, 246, 248);
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
QToolTip {
|
QToolTip {
|
||||||
background-color: #444;
|
background-color: #444;
|
||||||
|
@ -43,16 +43,16 @@
|
|||||||
border-left: 10px;
|
border-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeWidget::item:selected
|
|
||||||
{
|
|
||||||
background: gray;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
QTreeWidget::item:hover
|
QTreeWidget::item:hover
|
||||||
{
|
{
|
||||||
background: rgb(242, 246, 248);
|
background: rgb(242, 246, 248);
|
||||||
color: black;
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
QTreeWidget::item:selected
|
||||||
|
{
|
||||||
|
background: gray;
|
||||||
|
color: white;
|
||||||
}</string>
|
}</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="frameShape">
|
<property name="frameShape">
|
||||||
|
@ -1942,18 +1942,18 @@ color: rgb(0, 0, 0);</string>
|
|||||||
border-left: 10px;
|
border-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeWidget::item:selected
|
|
||||||
{
|
|
||||||
background: gray;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
QTreeWidget::item:hover
|
QTreeWidget::item:hover
|
||||||
{
|
{
|
||||||
background: rgb(242, 246, 248);
|
background: rgb(242, 246, 248);
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QTreeWidget::item:selected
|
||||||
|
{
|
||||||
|
background: gray;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
QToolTip {
|
QToolTip {
|
||||||
background-color: #444;
|
background-color: #444;
|
||||||
border: 3px solid #444;
|
border: 3px solid #444;
|
||||||
@ -2052,18 +2052,18 @@ QToolTip {
|
|||||||
border-left: 10px;
|
border-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeWidget::item:selected
|
|
||||||
{
|
|
||||||
background: gray;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
QTreeWidget::item:hover
|
QTreeWidget::item:hover
|
||||||
{
|
{
|
||||||
background: rgb(242, 246, 248);
|
background: rgb(242, 246, 248);
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QTreeWidget::item:selected
|
||||||
|
{
|
||||||
|
background: gray;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
QToolTip {
|
QToolTip {
|
||||||
background-color: #444;
|
background-color: #444;
|
||||||
border: 3px solid #444;
|
border: 3px solid #444;
|
||||||
|
@ -43,16 +43,16 @@
|
|||||||
border-left: 10px;
|
border-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeWidget::item:selected
|
|
||||||
{
|
|
||||||
background: gray;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
QTreeWidget::item:hover
|
QTreeWidget::item:hover
|
||||||
{
|
{
|
||||||
background: rgb(242, 246, 248);
|
background: rgb(242, 246, 248);
|
||||||
color: black;
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
QTreeWidget::item:selected
|
||||||
|
{
|
||||||
|
background: gray;
|
||||||
|
color: white;
|
||||||
}</string>
|
}</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="frameShape">
|
<property name="frameShape">
|
||||||
|
@ -110,17 +110,17 @@ QTreeWidget::item
|
|||||||
border-left: 10px;
|
border-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeWidget::item:selected
|
|
||||||
{
|
|
||||||
background: gray;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
QTreeWidget::item:hover
|
QTreeWidget::item:hover
|
||||||
{
|
{
|
||||||
background: rgb(242, 246, 248);
|
background: rgb(242, 246, 248);
|
||||||
color: black;
|
color: black;
|
||||||
}s</string>
|
}
|
||||||
|
|
||||||
|
QTreeWidget::item:selected
|
||||||
|
{
|
||||||
|
background: gray;
|
||||||
|
color: white;
|
||||||
|
}</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="frameShape">
|
<property name="frameShape">
|
||||||
<enum>QFrame::NoFrame</enum>
|
<enum>QFrame::NoFrame</enum>
|
||||||
|
@ -49,16 +49,16 @@
|
|||||||
border-left: 10px;
|
border-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeWidget::item:selected
|
|
||||||
{
|
|
||||||
background: gray;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
QTreeWidget::item:hover
|
QTreeWidget::item:hover
|
||||||
{
|
{
|
||||||
background: rgb(242, 246, 248);
|
background: rgb(242, 246, 248);
|
||||||
color: black;
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
QTreeWidget::item:selected
|
||||||
|
{
|
||||||
|
background: gray;
|
||||||
|
color: white;
|
||||||
}</string>
|
}</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="frameShape">
|
<property name="frameShape">
|
||||||
|
@ -43,16 +43,16 @@
|
|||||||
border-left: 10px;
|
border-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeWidget::item:selected
|
|
||||||
{
|
|
||||||
background: gray;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
QTreeWidget::item:hover
|
QTreeWidget::item:hover
|
||||||
{
|
{
|
||||||
background: rgb(242, 246, 248);
|
background: rgb(242, 246, 248);
|
||||||
color: black;
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
QTreeWidget::item:selected
|
||||||
|
{
|
||||||
|
background: gray;
|
||||||
|
color: white;
|
||||||
}</string>
|
}</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="frameShape">
|
<property name="frameShape">
|
||||||
|
Loading…
Reference in New Issue
Block a user