Adwaita: rounded corners for colorscale popup

This commit is contained in:
Lapo Calamandrei 2016-03-11 18:01:36 +01:00
parent eeb945e4c1
commit 5085e1c70d
3 changed files with 8 additions and 0 deletions

View File

@ -3800,6 +3800,8 @@ colorswatch {
} }
} }
// colorscale popup
colorchooser .popover.osd { border-radius: 5px; }
/******** /********
* Misc * * Misc *

View File

@ -4077,6 +4077,9 @@ colorswatch#editor-color-sample {
colorswatch#editor-color-sample overlay { colorswatch#editor-color-sample overlay {
border-radius: 4.5px; } border-radius: 4.5px; }
colorchooser .popover.osd {
border-radius: 5px; }
/******** /********
* Misc * * Misc *
********/ ********/

View File

@ -4110,6 +4110,9 @@ colorswatch#editor-color-sample {
colorswatch#editor-color-sample overlay { colorswatch#editor-color-sample overlay {
border-radius: 4.5px; } border-radius: 4.5px; }
colorchooser .popover.osd {
border-radius: 5px; }
/******** /********
* Misc * * Misc *
********/ ********/