mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 15:16:01 +00:00
designer - theme, remove table op
This commit is contained in:
@@ -29,6 +29,9 @@ const theme = {
|
||||
button_background: '#004488',
|
||||
statusbar_background: '#00c',
|
||||
inlinebtn_background: '#222',
|
||||
|
||||
designer_background: '#333',
|
||||
designtable_background: '#000',
|
||||
};
|
||||
|
||||
export default fillTheme(theme);
|
||||
|
||||
@@ -28,6 +28,9 @@ const theme = {
|
||||
button_background: '#337ab7',
|
||||
statusbar_background: '#00c',
|
||||
inlinebtn_background: '#ededed',
|
||||
|
||||
designer_background: '#eee',
|
||||
designtable_background: '#fff',
|
||||
};
|
||||
|
||||
export default fillTheme(theme);
|
||||
|
||||
Reference in New Issue
Block a user