Move all CSS into SCSS files for consistency and ease of colour maintenance etc. Fixes #2927

This commit is contained in:
Aditya Toshniwal
2018-09-04 11:24:51 +01:00
committed by Dave Page
parent 61f00a0cbb
commit 82c9cca683
76 changed files with 1956 additions and 1897 deletions

View File

@@ -42,7 +42,7 @@ class PreferencesModule(PgAdminModule):
}]
def get_own_stylesheets(self):
return [url_for('preferences.static', filename='css/preferences.css')]
return []
def get_own_menuitems(self):
return {