mirror of https://github.com/akveo/blur-admin
refator(scrollbars): change scrollbars in blur theme
parent
2127dbb376
commit
ae5c5211ee
|
@ -14,7 +14,7 @@
|
|||
{
|
||||
value: 2000,
|
||||
color: layoutColors.default,
|
||||
highlight: layoutColors.primaryDark,
|
||||
highlight: layoutColors.primaryBg,
|
||||
label: 'Ad Campaigns'
|
||||
},
|
||||
{
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
},
|
||||
|
||||
ChartCursor: {
|
||||
cursorColor: "#FFFFFF",
|
||||
cursorColor: layoutColors.dangerCharts,
|
||||
color: "#FFFFFF",
|
||||
cursorAlpha: 0.5
|
||||
},
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
right: -47px;
|
||||
top: 26px;
|
||||
border-radius: 0;
|
||||
@include scrollbars(.5em, #ccc, #fff);
|
||||
@include scrollbars(.4em, rgba(0,0,0,0.5), #fff);
|
||||
.header {
|
||||
padding: 10px 12px;
|
||||
border-bottom: 1px solid $border-light;
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: $foreground-color;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
|
@ -15,9 +15,6 @@ ul.todo-list {
|
|||
border: 1px solid $input-border;
|
||||
cursor: grab;
|
||||
height: 42px;
|
||||
&.ui-sortable-helper {
|
||||
background: #ffffff;
|
||||
}
|
||||
i.remove-todo {
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
|
|
|
@ -5,6 +5,7 @@ body.badmin-transparent {
|
|||
color: $default-text!important;;
|
||||
}
|
||||
.panel.panel-blur{
|
||||
@include scrollbars(.4em, rgba(0,0,0,0.7), rgba(255,255,255,0.8));
|
||||
border-radius: 5px;
|
||||
color: $default;
|
||||
.panel-heading{
|
||||
|
|
Loading…
Reference in New Issue