mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-29 02:07:36 +00:00
fix(css): improve display of category colors (Calendar & Mail)
In the list view, we now use color dots instead of stripes. Fixes #5337
This commit is contained in:
@@ -38,7 +38,22 @@ html * {
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
width: 10%;
|
||||
z-index: -1;
|
||||
}
|
||||
.sg-category-dot {
|
||||
display: inline-block;
|
||||
height: .9em;
|
||||
width: .9em;
|
||||
margin-bottom: -1px; // border width
|
||||
margin-right: -.3em; // 1 third overlap
|
||||
border-radius: 50%;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
&:last-child {
|
||||
margin-right: .3em;
|
||||
}
|
||||
}
|
||||
.sg-category-dot-container {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
// Group fields of a form
|
||||
|
||||
Reference in New Issue
Block a user