- Custom scrollbar
- bottom border on hosts table
pull/206/head
Alex P 2016-10-03 16:04:09 -07:00 committed by Andrew Watkins
parent aba9114681
commit 30a2e9819e
1 changed files with 28 additions and 1 deletions

View File

@ -668,9 +668,33 @@ table .monotype {
background: -webkit-linear-gradient(top, $g2-kevlar 0%, $g0-obsidian 100%);
background: linear-gradient(to bottom, $g2-kevlar 0%, $g0-obsidian 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$g2-kevlar', endColorstr='$g0-obsidian',GradientType=0 );
color: $g17-whisper;
&::-webkit-scrollbar {
width: 14px;
height: 14px;
&-button {
background-color: $g0-obsidian;
}
&-track {
background-color: $g0-obsidian;
}
&-track-piece {
background: $g0-obsidian;
}
&-thumb {
background-color: $c-pool;
border: 4px solid $g0-obsidian;
border-radius: 7px;
}
&-corner {
background-color: $g0-obsidian;
}
&-resizer {
background-color: $c-pool;
}
}
.enterprise-header {
background-color: $g0-obsidian;
}
@ -704,6 +728,9 @@ table .monotype {
td {
color: $g14-chromium;
}
tbody tr:last-child td {
border-bottom: 2px solid $g5-pepper;
}
}
}
}