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