Skip to content
Snippets Groups Projects
Commit c24bedc7 authored by TALBI Oussama's avatar TALBI Oussama
Browse files

button style update

parent 2baf5709
Branches
No related tags found
1 merge request!1Dev
...@@ -34,7 +34,7 @@ QMenuBar::item:pressed { ...@@ -34,7 +34,7 @@ QMenuBar::item:pressed {
border-top-right-radius: 10px; border-top-right-radius: 10px;
border-bottom-right-radius: 10px; border-bottom-right-radius: 10px;
background-color: white; background-color: white;
margin-bottom: 26px; margin-bottom: 15px;
} }
#_toolbox { #_toolbox {
...@@ -53,6 +53,7 @@ QMenuBar::item:pressed { ...@@ -53,6 +53,7 @@ QMenuBar::item:pressed {
min-height: 20px; min-height: 20px;
padding-bottom: 2px; padding-bottom: 2px;
padding-top: 2px; padding-top: 2px;
margin-bottom: 20px;
} }
#_add_selectable_element:hover { #_add_selectable_element:hover {
background-color: #dadada; background-color: #dadada;
...@@ -70,6 +71,7 @@ QMenuBar::item:pressed { ...@@ -70,6 +71,7 @@ QMenuBar::item:pressed {
min-height: 20px; min-height: 20px;
padding-bottom: 2px; padding-bottom: 2px;
padding-top: 2px; padding-top: 2px;
margin-bottom: 20px;
} }
#_remove_selectable_element:hover { #_remove_selectable_element:hover {
background-color: #dadada; background-color: #dadada;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment