mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-03 06:02:17 +00:00
Improve JavaScript of Mail module
- activated file uploader of mail editor - renamed method $update to $reload - automatically mark messages as read - use ui-sref-active from ui-router instead of ng-class
This commit is contained in:
@@ -215,6 +215,9 @@ $column-gutter: 0;
|
||||
font-weight: normal;
|
||||
font-size: smaller;
|
||||
}
|
||||
&._selected {
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
&.unread {
|
||||
a {
|
||||
@@ -227,23 +230,8 @@ $column-gutter: 0;
|
||||
}
|
||||
&:hover,
|
||||
&:active {
|
||||
background-color: $f-dropdown-list-hover-bg;
|
||||
//background-color: scale-color($f-dropdown-list-hover-bg, $lightness: 28%);
|
||||
background-color: #fff;
|
||||
}
|
||||
&._selected,
|
||||
&._selected span {
|
||||
//background-color: $module-light-color;
|
||||
//background-color: $sub-nav-active-bg-hover;
|
||||
//background-color: $f-dropdown-list-hover-bg;
|
||||
background-color: $module-color;
|
||||
background-color: #fff;
|
||||
//color: $module-color;
|
||||
//color: $module-secondary-color;
|
||||
.name {
|
||||
//color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user