Commit 96bb6f80 authored by Dan Pascu's avatar Dan Pascu

Adjusted the alternate session info panel style

parent 98db9b13
...@@ -1064,15 +1064,19 @@ QToolButton:pressed { ...@@ -1064,15 +1064,19 @@ QToolButton:pressed {
#info_panel_container_widget > [role="alt-title"] { #info_panel_container_widget > [role="alt-title"] {
background-color: transparent; background-color: transparent;
border-left: 1px solid transparent;
border-top: 1px solid transparent;
border-right: 0px;
border-bottom: 1px solid rgba(0, 0, 0, 50); border-bottom: 1px solid rgba(0, 0, 0, 50);
padding-bottom: 1px;
padding-right: 7px; padding-right: 7px;
} }
#info_panel_container_widget > [role="alt-value"] { #info_panel_container_widget > [role="alt-value"] {
background-color: transparent; background-color: transparent;
border-left: 0px;
border-top: 1px solid transparent;
border-right: 1px solid transparent;
border-bottom: 1px solid rgba(0, 0, 0, 50); border-bottom: 1px solid rgba(0, 0, 0, 50);
padding-bottom: 1px;
padding-right: 2px; padding-right: 2px;
} }
</string> </string>
......
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