1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

rounded corners for colorscale popover

This commit is contained in:
Horst3180 2016-03-21 21:35:33 +01:00
parent 551520a88b
commit f8f4356aed
7 changed files with 21 additions and 0 deletions

View File

@ -2595,6 +2595,9 @@ button.color {
margin: 4px;
border-radius: 0; }
colorchooser .popover.osd {
border-radius: 3px; }
.content-view {
background-color: #404552; }
.content-view:hover {

View File

@ -2594,6 +2594,9 @@ button.color {
margin: 4px;
border-radius: 0; }
colorchooser .popover.osd {
border-radius: 3px; }
.content-view {
background-color: #ffffff; }
.content-view:hover {

View File

@ -2595,6 +2595,9 @@ button.color {
margin: 4px;
border-radius: 0; }
colorchooser .popover.osd {
border-radius: 3px; }
.content-view {
background-color: #404552; }
.content-view:hover {

View File

@ -2594,6 +2594,9 @@ button.color {
margin: 4px;
border-radius: 0; }
colorchooser .popover.osd {
border-radius: 3px; }
.content-view {
background-color: #ffffff; }
.content-view:hover {

View File

@ -2598,6 +2598,9 @@ button.color {
margin: 4px;
border-radius: 0; }
colorchooser .popover.osd {
border-radius: 3px; }
.content-view {
background-color: #ffffff; }
.content-view:hover {

View File

@ -2598,6 +2598,9 @@ button.color {
margin: 4px;
border-radius: 0; }
colorchooser .popover.osd {
border-radius: 3px; }
.content-view {
background-color: #ffffff; }
.content-view:hover {

View File

@ -2809,6 +2809,9 @@ button.color {
}
}
// colorscale popup
colorchooser .popover.osd { border-radius: 3px; }
//
// Misc
//