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',
};

View File

@@ -8,6 +8,7 @@ const theme = {
aceEditorTheme: 'github',
border: '#ccc',
border_background: '#ccc',
toolbar_background: '#eee',
content_background: '#eee',
@@ -16,11 +17,14 @@ const theme = {
title_background: '#888',
manager_background: '#fff',
tabs_background: '#eee',
gridheader_background: '#f6f7f9',
gridheader_background: '#eee',
gridheader_type: 'light',
gridbody_background: '#fff',
scrollbar_background: '#ddd',
input_background: '#fff',
modal_background: '#fff',
modalheader_background: '#eff',
button_background: '#337ab7',
statusBarBackground: '#00c',
};