Adwaita: add more padding to popovers

...since Timm stole some.
This commit is contained in:
Lapo Calamandrei 2016-10-29 17:14:07 +02:00
parent 73cd739e19
commit 670948586a
3 changed files with 3 additions and 3 deletions

View File

@ -1987,7 +1987,7 @@ menuitem {
***************/ ***************/
popover.background { popover.background {
padding: 2px; padding: 8px;
border-radius: 5px; border-radius: 5px;
background-color: $popover_bg_color; background-color: $popover_bg_color;

View File

@ -2332,7 +2332,7 @@ menuitem radio {
* Popovers * * Popovers *
***************/ ***************/
popover.background { popover.background {
padding: 2px; padding: 8px;
border-radius: 5px; border-radius: 5px;
background-color: #33393b; background-color: #33393b;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

View File

@ -2347,7 +2347,7 @@ menuitem radio {
* Popovers * * Popovers *
***************/ ***************/
popover.background { popover.background {
padding: 2px; padding: 8px;
border-radius: 5px; border-radius: 5px;
background-color: #e8e8e7; background-color: #e8e8e7;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }