update
This commit is contained in:
parent
0375e92331
commit
b323f30f3c
1 changed files with 17 additions and 0 deletions
|
@ -2771,6 +2771,23 @@ window#GearyMainWindow.background.csd { // <= 3.32
|
|||
}
|
||||
}
|
||||
|
||||
// Accounts setting dialog
|
||||
.geary-accounts-editor-pane-content {
|
||||
frame:not(.geary-signature) {
|
||||
> border { border: none; }
|
||||
|
||||
> list {
|
||||
@extend %circular_list;
|
||||
|
||||
> row.activatable {
|
||||
@extend %circular_row;
|
||||
|
||||
> grid > entry { background-color: $divider_color; }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// Dialogs
|
||||
|
|
Loading…
Reference in a new issue