mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Update style variable background-color-secondary
(#6296)
This commit is contained in:
parent
304f582b28
commit
8861a580c4
@ -13,6 +13,7 @@ HumHub Changelog
|
||||
- Fix #6282: Hard delete content records on integrity check
|
||||
- Fix #6257: Fix error after publishing of a draft content
|
||||
- Fix #6292: Messages: Notification Indicator Problem
|
||||
- Fix #6296: Update style variable `background-color-secondary`
|
||||
|
||||
1.14.0 (April 20, 2023)
|
||||
-----------------------
|
||||
|
@ -92,7 +92,7 @@
|
||||
padding: 4px !important;
|
||||
margin: 0px !important;
|
||||
border: none !important;
|
||||
background-color: #f7f7f7 !important;
|
||||
background-color: @background-color-secondary !important;
|
||||
border-radius: 3px;
|
||||
|
||||
}
|
||||
@ -100,7 +100,7 @@
|
||||
|
||||
.atwho-view .cur {
|
||||
border-left: 3px solid @info;
|
||||
background-color: #f7f7f7 !important;
|
||||
background-color: @background-color-secondary !important;
|
||||
}
|
||||
|
||||
.atwho-user,
|
||||
|
@ -572,7 +572,7 @@
|
||||
|
||||
.atwho-view .cur {
|
||||
border-left: 3px solid #59d6e4;
|
||||
background-color: #f7f7f7 !important;
|
||||
background-color: @background-color-secondary !important;
|
||||
}
|
||||
|
||||
.atwho-user,
|
||||
|
@ -52,7 +52,7 @@
|
||||
@background-color-main: #fff;
|
||||
|
||||
// used beside others for tabs - former @background1
|
||||
@background-color-secondary: #f7f7f7;
|
||||
@background-color-secondary: #f8f8f8;
|
||||
|
||||
// page background which is also used for other ui components as comment box etc. - former @background2
|
||||
@background-color-page: #ededed;
|
||||
@ -140,4 +140,4 @@
|
||||
|
||||
// Fonts
|
||||
--mail-font-family: @mail-font-family;
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user