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;
|
||||
}
|
||||
|
||||
|
||||
/* Breadcrumbs from http://bootsnipp.com/snippets/featured/triangle-breadcrumbs-arrows */
|
||||
.btn-breadcrumb {
|
||||
.pull-left;
|
||||
|
@ -407,6 +408,10 @@ a.list-group-item-heading,
|
|||
}
|
||||
|
||||
&: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);
|
||||
margin-left: 1px;
|
||||
}
|
||||
&:hover {
|
||||
&:after {
|
||||
border-left: 10px solid #ebebeb;
|
||||
}
|
||||
|
||||
.btn-breadcrumb a {
|
||||
padding:6px 12px 6px 24px;
|
||||
&:before {
|
||||
border-left: 10px solid #adadad;
|
||||
}
|
||||
.btn-breadcrumb a:first-child {
|
||||
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