mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-24 02:46:24 +00:00
fix card background color (angular-material regression)
Change views container justification hide sg-menu components
This commit is contained in:
committed by
Francis Lachapelle
parent
0fc027e5e9
commit
00d2154c0e
@@ -73,7 +73,7 @@
|
||||
<script type="text/ng-template" id="UIxContactFoldersView">
|
||||
|
||||
<!-- dropdown menu for addressbook options button -->
|
||||
<div id="addressbookProperties" class="f-dropdown icons-dropdown">
|
||||
<div id="addressbookProperties" class="f-dropdown icons-dropdown" ng-hide="true">
|
||||
<ul class="button-group">
|
||||
<li label:tooltip="Links to this Address Book"
|
||||
tooltip-popup-delay="500">
|
||||
|
||||
@@ -343,7 +343,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</md-toolbar>
|
||||
<div layout="row" layout-align="space-between" ui-view="mailbox"><!-- messages list --></div>
|
||||
<div layout="row" ui-view="mailbox"><!-- messages list --></div>
|
||||
</section>
|
||||
</script>
|
||||
|
||||
|
||||
@@ -8,8 +8,6 @@ md-card {
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: sg-color($sogoPaper, 50);
|
||||
|
||||
box-shadow: $card-box-shadow;
|
||||
|
||||
> img {
|
||||
@@ -21,4 +19,8 @@ md-card {
|
||||
order: 1;
|
||||
transition: $swift-ease-in-out;
|
||||
}
|
||||
|
||||
&.md-default-theme {
|
||||
background-color: sg-color($sogoPaper, 50);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user