diff --git a/src/style.css b/src/style.css index 19ead20413b1c6088b45e37e876af227781124b1..75d220133ce86ecb7005d40b1201a54917e9c1bb 100644 --- a/src/style.css +++ b/src/style.css @@ -1,3 +1,4 @@ +/* Top bar panel */ .phosh-panel { font: 15px lato-regular; } @@ -6,3 +7,10 @@ background-image: none; border-width: 0; } + +/* Settings menu */ +.phosh-settings-menu { + border-bottom-right-radius: 10px; + border-bottom-left-radius: 10px; + } + diff --git a/src/ui/settings-menu.ui b/src/ui/settings-menu.ui index 9309e531b50a798e74446307d4736ed92aeccc60..45d23bfd45a40d58d9793307b36673b884fa9ddc 100644 --- a/src/ui/settings-menu.ui +++ b/src/ui/settings-menu.ui @@ -237,5 +237,8 @@ </child> </object> </child> + <style> + <class name="phosh-settings-menu"/> + </style> </template> </interface>