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:
parent
551520a88b
commit
f8f4356aed
@ -2595,6 +2595,9 @@ button.color {
|
|||||||
margin: 4px;
|
margin: 4px;
|
||||||
border-radius: 0; }
|
border-radius: 0; }
|
||||||
|
|
||||||
|
colorchooser .popover.osd {
|
||||||
|
border-radius: 3px; }
|
||||||
|
|
||||||
.content-view {
|
.content-view {
|
||||||
background-color: #404552; }
|
background-color: #404552; }
|
||||||
.content-view:hover {
|
.content-view:hover {
|
||||||
|
@ -2594,6 +2594,9 @@ button.color {
|
|||||||
margin: 4px;
|
margin: 4px;
|
||||||
border-radius: 0; }
|
border-radius: 0; }
|
||||||
|
|
||||||
|
colorchooser .popover.osd {
|
||||||
|
border-radius: 3px; }
|
||||||
|
|
||||||
.content-view {
|
.content-view {
|
||||||
background-color: #ffffff; }
|
background-color: #ffffff; }
|
||||||
.content-view:hover {
|
.content-view:hover {
|
||||||
|
@ -2595,6 +2595,9 @@ button.color {
|
|||||||
margin: 4px;
|
margin: 4px;
|
||||||
border-radius: 0; }
|
border-radius: 0; }
|
||||||
|
|
||||||
|
colorchooser .popover.osd {
|
||||||
|
border-radius: 3px; }
|
||||||
|
|
||||||
.content-view {
|
.content-view {
|
||||||
background-color: #404552; }
|
background-color: #404552; }
|
||||||
.content-view:hover {
|
.content-view:hover {
|
||||||
|
@ -2594,6 +2594,9 @@ button.color {
|
|||||||
margin: 4px;
|
margin: 4px;
|
||||||
border-radius: 0; }
|
border-radius: 0; }
|
||||||
|
|
||||||
|
colorchooser .popover.osd {
|
||||||
|
border-radius: 3px; }
|
||||||
|
|
||||||
.content-view {
|
.content-view {
|
||||||
background-color: #ffffff; }
|
background-color: #ffffff; }
|
||||||
.content-view:hover {
|
.content-view:hover {
|
||||||
|
@ -2598,6 +2598,9 @@ button.color {
|
|||||||
margin: 4px;
|
margin: 4px;
|
||||||
border-radius: 0; }
|
border-radius: 0; }
|
||||||
|
|
||||||
|
colorchooser .popover.osd {
|
||||||
|
border-radius: 3px; }
|
||||||
|
|
||||||
.content-view {
|
.content-view {
|
||||||
background-color: #ffffff; }
|
background-color: #ffffff; }
|
||||||
.content-view:hover {
|
.content-view:hover {
|
||||||
|
@ -2598,6 +2598,9 @@ button.color {
|
|||||||
margin: 4px;
|
margin: 4px;
|
||||||
border-radius: 0; }
|
border-radius: 0; }
|
||||||
|
|
||||||
|
colorchooser .popover.osd {
|
||||||
|
border-radius: 3px; }
|
||||||
|
|
||||||
.content-view {
|
.content-view {
|
||||||
background-color: #ffffff; }
|
background-color: #ffffff; }
|
||||||
.content-view:hover {
|
.content-view:hover {
|
||||||
|
@ -2809,6 +2809,9 @@ button.color {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// colorscale popup
|
||||||
|
colorchooser .popover.osd { border-radius: 3px; }
|
||||||
|
|
||||||
//
|
//
|
||||||
// Misc
|
// Misc
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user