mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 12:56:00 +00:00
theme - modals, react select, tables
This commit is contained in:
@@ -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',
|
||||
};
|
||||
|
||||
@@ -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',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user