SPR-742: wrong colors (for configure)
This commit is contained in:
parent
af3d99dd76
commit
96ba5aa0ba
3 changed files with 8 additions and 8 deletions
css/plugins
|
@ -37,7 +37,7 @@ ul.page-attributes {
|
||||||
padding: .14rem 0 0 0;
|
padding: .14rem 0 0 0;
|
||||||
min-width: 2rem;
|
min-width: 2rem;
|
||||||
min-height: 28px;
|
min-height: 28px;
|
||||||
background: @ini_background none;
|
background-color: @ini_nav_menu_hover_bg;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: ''; // remove when fontello is removed from usertools
|
content: ''; // remove when fontello is removed from usertools
|
||||||
|
@ -46,11 +46,11 @@ ul.page-attributes {
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:active {
|
&:active {
|
||||||
background: @ini_nav_menu_hover_color none;
|
background-color: @ini_nav_menu_hover_color;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
||||||
svg path {
|
svg path {
|
||||||
fill: @ini_background;
|
fill: @ini_nav_menu_hover_bg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
width: auto;
|
width: auto;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
box-shadow: @box-shadow-bottom;
|
box-shadow: @box-shadow-bottom;
|
||||||
|
border-bottom: solid 1px @ini_border_light;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
|
|
@ -9,11 +9,7 @@
|
||||||
width: 1.6em;
|
width: 1.6em;
|
||||||
height: 1.6em;
|
height: 1.6em;
|
||||||
font-size: 0.82rem;
|
font-size: 0.82rem;
|
||||||
fill: @ini_nav_menu_color;
|
fill: @ini_nav_menu_hover_color;
|
||||||
}
|
|
||||||
|
|
||||||
.starred.on svg {
|
|
||||||
fill: @ini_link;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover,
|
a:hover,
|
||||||
|
@ -30,11 +26,14 @@
|
||||||
nav.nav-starred {
|
nav.nav-starred {
|
||||||
ul {
|
ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
||||||
&#sidebar-menu-starred {
|
&#sidebar-menu-starred {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue