mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Merge pull request #13877 from IGLOU-EU/master
SCSS: add background on app section:hover
This commit is contained in:
commit
a242ec695a
1 changed files with 6 additions and 0 deletions
|
|
@ -1097,6 +1097,9 @@ span.version {
|
|||
display: block;
|
||||
margin: 8px 0;
|
||||
}
|
||||
&:hover {
|
||||
background-color: var(--color-background-dark);
|
||||
}
|
||||
}
|
||||
.app-description {
|
||||
p {
|
||||
|
|
@ -1502,6 +1505,9 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
|
|||
input:not([type='submit']):not(:focus):not(:active) {
|
||||
border-color: var(--color-border) !important;
|
||||
}
|
||||
&:not(#grid-header) {
|
||||
box-shadow: 5px 0 0 var(--color-primary-element) inset;
|
||||
}
|
||||
}
|
||||
> div,
|
||||
> form {
|
||||
|
|
|
|||
Loading…
Reference in a new issue