i18n
xaoxuu 6 years ago
parent 4064a6accf
commit 76d4ab99b5
  1. 5
      source/less/_base.less
  2. 9
      source/less/_toc.less
  3. 3
      source/less/_widget.less

@ -298,11 +298,12 @@ li {
.enable-trans();
&:hover {
border-left: 4px solid @theme-bg-quote;
border-right: 4px solid @theme-bg-quote;
border-radius: 8px;
padding: 8px;
background: fade(@theme-bg-quote, 10%);
}
&:active {
border-left: 8px solid @theme-bg-quote;
}
}
}

@ -58,11 +58,14 @@
font-size: @small-font-size;
display: inline-block;
border-left: 2px solid transparent;
&:hover,&:active,&.active{
&:hover{
border-left: 4px solid @theme-bg-quote;
background: fade(@theme-bg-quote, 10%);
}
&:hover{
&:active{
border-left: 8px solid @theme-bg-quote;
}
&.active{
border-left: 4px solid @theme-bg-quote;
background: fade(@theme-bg-quote, 10%);
}

@ -54,6 +54,9 @@
border-left: 4px solid @theme-bg-quote;
background: fade(@theme-bg-quote, 10%);
}
&:active{
border-left: 8px solid @theme-bg-quote;
}
}
}
.m_widget.about{

Loading…
Cancel
Save