Commit 9cbb24f5 authored by Dan Pascu's avatar Dan Pascu

Removed no longer used stylesheet elements

parent 888fdfae
...@@ -1044,12 +1044,7 @@ QToolButton:pressed { ...@@ -1044,12 +1044,7 @@ QToolButton:pressed {
</sizepolicy> </sizepolicy>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">#info_panel_container_widget &gt; [role=&quot;title&quot;] { <string notr="true">#info_panel_container_widget &gt; [role=&quot;name&quot;] {
margin-top: 10px;
font-weight: bold;
}
#info_panel_container_widget &gt; [role=&quot;name&quot;] {
background-color: rbga(0, 0, 0, 10); background-color: rbga(0, 0, 0, 10);
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
...@@ -1067,14 +1062,6 @@ QToolButton:pressed { ...@@ -1067,14 +1062,6 @@ QToolButton:pressed {
padding-right: 2px; padding-right: 2px;
} }
#info_panel_container_widget &gt; [role=&quot;alt-title&quot;] {
background-color: transparent;
border-bottom: 1px solid rgba(0, 0, 0, 50);
padding-bottom: 1px;
margin-top: 8px;
font-weight: bold;
}
#info_panel_container_widget &gt; [role=&quot;alt-name&quot;] { #info_panel_container_widget &gt; [role=&quot;alt-name&quot;] {
background-color: transparent; background-color: transparent;
border-bottom: 1px solid rgba(0, 0, 0, 50); border-bottom: 1px solid rgba(0, 0, 0, 50);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment