1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-07-06 03:01:59 +00:00

Mobile styling for NC 12

This commit is contained in:
Magnus Walbeck 2017-05-16 21:17:53 +02:00
parent 796107808c
commit d4bd8dee02
3 changed files with 44 additions and 2 deletions

View file

@ -493,4 +493,29 @@ ul.multiselectoptions {
opacity: 0.5;
border-bottom-right-radius: 5px;
}
#expanddiv {
background-color: $background-normal;
box-shadow: none;
border: 1px solid $decoration-normal;
&::after {
border-bottom-color: $decoration-normal;
}
a {
color: $foreground-normal;
opacity: 0.5;
}
}
#navigation {
background-color: $background-normal;
border: 1px solid $decoration-normal;
box-shadow: none;
a span {
color: $foreground-normal;
}
}
}

View file

@ -728,7 +728,24 @@ ul.multiselectoptions {
z-index: 1001;
background-color: rgba(61, 174, 233, 0.25);
opacity: 0.5;
border-bottom-right-radius: 5px; } }
border-bottom-right-radius: 5px; }
#expanddiv {
background-color: #31363b;
box-shadow: none;
border: 1px solid #706f6e; }
#expanddiv::after {
border-bottom-color: #706f6e; }
#expanddiv a {
color: #eff0f1;
opacity: 0.5; }
#navigation {
background-color: #31363b;
border: 1px solid #706f6e;
box-shadow: none; }
#navigation a span {
color: #eff0f1; } }
#app-content {
border-top: 1px solid #706f6e;
height: 99.8%; }

File diff suppressed because one or more lines are too long