mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Breadcrumb hover.
This commit is contained in:
parent
26bd71ce82
commit
c11aba2ee9
2 changed files with 14 additions and 11 deletions
|
@ -395,6 +395,7 @@ a.list-group-item-heading,
|
||||||
.pull-right;
|
.pull-right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Breadcrumbs from http://bootsnipp.com/snippets/featured/triangle-breadcrumbs-arrows */
|
/* Breadcrumbs from http://bootsnipp.com/snippets/featured/triangle-breadcrumbs-arrows */
|
||||||
.btn-breadcrumb {
|
.btn-breadcrumb {
|
||||||
.pull-left;
|
.pull-left;
|
||||||
|
@ -407,6 +408,10 @@ a.list-group-item-heading,
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {text-decoration: none;}
|
&:hover {text-decoration: none;}
|
||||||
|
|
||||||
|
padding:6px 12px 6px 24px;
|
||||||
|
&:first-child {padding:6px 6px 6px 10px;}
|
||||||
|
&:last-child {padding:6px 18px 6px 24px;}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -432,16 +437,14 @@ a.list-group-item-heading,
|
||||||
border-left: 10px solid rgb(173, 173, 173);
|
border-left: 10px solid rgb(173, 173, 173);
|
||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
}
|
}
|
||||||
}
|
&:hover {
|
||||||
|
&:after {
|
||||||
.btn-breadcrumb a {
|
border-left: 10px solid #ebebeb;
|
||||||
padding:6px 12px 6px 24px;
|
}
|
||||||
}
|
&:before {
|
||||||
.btn-breadcrumb a:first-child {
|
border-left: 10px solid #adadad;
|
||||||
padding:6px 6px 6px 10px;
|
}
|
||||||
}
|
}
|
||||||
.btn-breadcrumb a:last-child {
|
|
||||||
padding:6px 18px 6px 24px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
2
src/dist/css/style.min.css
vendored
2
src/dist/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue