summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/website/font-settings.less
diff options
context:
space:
mode:
Diffstat (limited to 'theme/stylesheets/website/font-settings.less')
-rw-r--r--theme/stylesheets/website/font-settings.less12
1 files changed, 8 insertions, 4 deletions
diff --git a/theme/stylesheets/website/font-settings.less b/theme/stylesheets/website/font-settings.less
index 9f42cfc..8930ed1 100644
--- a/theme/stylesheets/website/font-settings.less
+++ b/theme/stylesheets/website/font-settings.less
@@ -66,8 +66,8 @@
.list-group-item{
cursor:pointer;
background-color:transparent;
- border-color: @sidebar-divider-color;
- border-width: 1px 0 !important;
+ border: none;
+ border-top: 1px solid @sidebar-divider-color;
&:hover{
color:@header-button-hover-color;
@@ -77,6 +77,10 @@
color:@header-button-hover-color;
background-color:@header-button-hover-background !important;
}
+
+ &:last-child {
+ border-bottom: 1px solid @sidebar-divider-color;
+ }
}
}
&.open{
@@ -107,7 +111,7 @@
}
.list-group{
.list-group-item{
- border-color:@sidebar-divider-color-1;
+ border-color:@sidebar-divider-color-1 !important;
&:hover{
color:@header-button-hover-color-1;
background-color:@header-button-hover-background-1 !important;
@@ -143,7 +147,7 @@
}
.list-group{
.list-group-item{
- border-color:@sidebar-divider-color-2;
+ border-color:@sidebar-divider-color-2 !important;
&:hover{
color:@header-button-hover-color-2;
background-color:@header-button-hover-background-2 !important;