mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
fix my merge
This commit is contained in:
parent
006bb3e7fd
commit
ecc4c75cb3
2 changed files with 67 additions and 1 deletions
|
@ -62,7 +62,8 @@ routes:
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.hardware.active {
|
.hardware.active {
|
||||||
border: 4px solid #5a5;
|
border: 3px solid #5a5;
|
||||||
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Select the hardware on which you want install YunoHost :
|
Select the hardware on which you want install YunoHost :
|
||||||
|
|
|
@ -124,6 +124,71 @@ img#whitelogo {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hide home page in menu */
|
||||||
|
.simplebar-content h5:first-child {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Sidebar */
|
||||||
|
|
||||||
|
#sidebar-id {
|
||||||
|
background-color: #fffefe;
|
||||||
|
}
|
||||||
|
|
||||||
|
body .off-canvas .learn-sidebar a {
|
||||||
|
color: #364149;
|
||||||
|
}
|
||||||
|
|
||||||
|
body .off-canvas .learn-sidebar .learn-nav ul li.active > a {
|
||||||
|
color: black;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
body .off-canvas .learn-sidebar .learn-brand #logo path {
|
||||||
|
fill: black!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
body #top-bar #breadcrumbs > span span, #top-bar #breadcrumbs > a span {
|
||||||
|
font-size: 0.7rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
body #top-bar a:visited {
|
||||||
|
color: #3e7694;
|
||||||
|
}
|
||||||
|
|
||||||
|
body #top-bar a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
body .off-canvas .learn-sidebar .searchbox ::placeholder {
|
||||||
|
color: rgba(68, 68, 68, 0.8);
|
||||||
|
}
|
||||||
|
|
||||||
|
body .off-canvas .learn-sidebar a:hover {
|
||||||
|
color: #37419a;
|
||||||
|
}
|
||||||
|
|
||||||
|
body #header .off-canvas .learn-sidebar a:hover {
|
||||||
|
color: black;
|
||||||
|
text-decoration: underline black;
|
||||||
|
}
|
||||||
|
|
||||||
|
body .off-canvas .learn-sidebar .learn-nav ul li a > span > b {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
body .off-canvas .learn-sidebar .learn-nav ul li ul li.active > a {
|
||||||
|
background-color: #7f7f7f3d;
|
||||||
|
border-left: black 2px solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
body .off-canvas .learn-sidebar .learn-nav .read-icon, body .off-canvas .learn-sidebar .searchbox, body .off-canvas .learn-sidebar .search-options .version-chooser select {
|
||||||
|
color: rgba(0, 0, 0, 0.6);
|
||||||
|
}
|
||||||
|
|
||||||
|
body .off-canvas .learn-sidebar .searchbox input {
|
||||||
|
color: rgb(78, 78, 78);
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
Loading…
Reference in a new issue