Rework Preferences Window

This commit is contained in:
Daniel Brötzmann 2018-10-26 00:18:06 +02:00 committed by Philipp Hörist
parent b5416f0e97
commit 5d2e83394b
3 changed files with 2970 additions and 2721 deletions

File diff suppressed because it is too large Load Diff

View File

@ -119,6 +119,10 @@ list.settings > row > box {
margin: 6px 18px; margin: 6px 18px;
} }
/* Preferences Window */
.PreferencesWindow { background-color: @theme_base_color; }
.PreferencesStack { background-color: @theme_bg_color; }
/* Accounts Window */ /* Accounts Window */
#AccountsWindow > box > stack { padding:30px 30px 30px 30px;} #AccountsWindow > box > stack { padding:30px 30px 30px 30px;}
#AccountsWindow scrolledwindow {border: none;} #AccountsWindow scrolledwindow {border: none;}

File diff suppressed because it is too large Load Diff