Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
02cbb407
Commit
02cbb407
authored
Nov 10, 2018
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable custom webkit scrollbar styles
parent
c4ad0690
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
71 additions
and
71 deletions
+71
-71
public/sass/components/_scrollbar.scss
+71
-71
No files found.
public/sass/components/_scrollbar.scss
View file @
02cbb407
...
...
@@ -106,78 +106,78 @@
opacity
:
0
.9
;
}
// Scrollbars
// // Scrollbars
// //
//
// ::-webkit-scrollbar {
// width: 8px;
// height: 8px;
// }
//
// ::-webkit-scrollbar:hover {
// height: 8px;
// }
//
// ::-webkit-scrollbar-button:start:decrement,
// ::-webkit-scrollbar-button:end:increment {
// display: none;
// }
// ::-webkit-scrollbar-button:horizontal:decrement {
// display: none;
// }
// ::-webkit-scrollbar-button:horizontal:increment {
// display: none;
// }
// ::-webkit-scrollbar-button:vertical:decrement {
// display: none;
// }
// ::-webkit-scrollbar-button:vertical:increment {
// display: none;
// }
// ::-webkit-scrollbar-button:horizontal:decrement:active {
// background-image: none;
// }
// ::-webkit-scrollbar-button:horizontal:increment:active {
// background-image: none;
// }
// ::-webkit-scrollbar-button:vertical:decrement:active {
// background-image: none;
// }
// ::-webkit-scrollbar-button:vertical:increment:active {
// background-image: none;
// }
// ::-webkit-scrollbar-track-piece {
// background-color: transparent;
// }
//
// ::-webkit-scrollbar-thumb:vertical {
// height: 50px;
// background: -webkit-gradient(
// linear,
// left top,
// right top,
// color-stop(0%, $scrollbarBackground),
// color-stop(100%, $scrollbarBackground2)
// );
// border: 1px solid $scrollbarBorder;
// border-top: 1px solid $scrollbarBorder;
// border-left: 1px solid $scrollbarBorder;
// }
//
// ::-webkit-scrollbar-thumb:horizontal {
// width: 50px;
// background: -webkit-gradient(
// linear,
// left top,
// left bottom,
// color-stop(0%, $scrollbarBackground),
// color-stop(100%, $scrollbarBackground2)
// );
// border: 1px solid $scrollbarBorder;
// border-top: 1px solid $scrollbarBorder;
// border-left: 1px solid $scrollbarBorder;
// }
//
::-webkit-scrollbar
{
width
:
8px
;
height
:
8px
;
}
::-webkit-scrollbar:hover
{
height
:
8px
;
}
::-webkit-scrollbar-button:start:decrement
,
::-webkit-scrollbar-button:end:increment
{
display
:
none
;
}
::-webkit-scrollbar-button:horizontal:decrement
{
display
:
none
;
}
::-webkit-scrollbar-button:horizontal:increment
{
display
:
none
;
}
::-webkit-scrollbar-button:vertical:decrement
{
display
:
none
;
}
::-webkit-scrollbar-button:vertical:increment
{
display
:
none
;
}
::-webkit-scrollbar-button:horizontal:decrement:active
{
background-image
:
none
;
}
::-webkit-scrollbar-button:horizontal:increment:active
{
background-image
:
none
;
}
::-webkit-scrollbar-button:vertical:decrement:active
{
background-image
:
none
;
}
::-webkit-scrollbar-button:vertical:increment:active
{
background-image
:
none
;
}
::-webkit-scrollbar-track-piece
{
background-color
:
transparent
;
}
::-webkit-scrollbar-thumb:vertical
{
height
:
50px
;
background
:
-webkit-gradient
(
linear
,
left
top
,
right
top
,
color-stop
(
0%
,
$scrollbarBackground
)
,
color-stop
(
100%
,
$scrollbarBackground2
)
);
border
:
1px
solid
$scrollbarBorder
;
border-top
:
1px
solid
$scrollbarBorder
;
border-left
:
1px
solid
$scrollbarBorder
;
}
::-webkit-scrollbar-thumb:horizontal
{
width
:
50px
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
$scrollbarBackground
)
,
color-stop
(
100%
,
$scrollbarBackground2
)
);
border
:
1px
solid
$scrollbarBorder
;
border-top
:
1px
solid
$scrollbarBorder
;
border-left
:
1px
solid
$scrollbarBorder
;
}
// Baron styles
.baron
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment