theme - modals, react select, tables

This commit is contained in:
Jan Prochazka
2020-11-12 14:20:02 +01:00
parent a49f429f13
commit a8d88d05db
17 changed files with 148 additions and 83 deletions

View File

@@ -10,6 +10,7 @@ const theme = {
aceEditorTheme: 'twilight',
border: '#555',
border_background: '#555',
toolbar_background: '#333',
content_background: '#333',
@@ -22,6 +23,9 @@ const theme = {
gridbody_background: '#000',
scrollbar_background: '#444',
input_background: '#333',
modal_background: '#222',
modalheader_background: '#555',
button_background: '#337ab7',
statusBarBackground: '#00c',
};