mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-08 03:49:47 +00:00
fix(mail(css)): yellow flags for more visibility
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
' </div>',
|
||||
'</div>',
|
||||
'<div class="sg-tile-icons">',
|
||||
' <md-icon class="ng-hide">star</md-icon>',
|
||||
' <md-icon class="ng-hide sg-icon-star">star</md-icon>',
|
||||
' <md-icon class="ng-hide">reply</md-icon>',
|
||||
' <md-icon class="ng-hide">forward</md-icon>',
|
||||
' <md-icon class="ng-hide">attach_file</md-icon>',
|
||||
|
||||
@@ -30,6 +30,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.sg-icon-star {
|
||||
color: $colorYellow700;
|
||||
}
|
||||
|
||||
// Message view header
|
||||
// Could be made into a more generic component
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user