mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +00:00
23 lines
322 B
JavaScript
23 lines
322 B
JavaScript
export default {
|
|
widgetMenu: {
|
|
iconSize: 80,
|
|
background: "#222"
|
|
},
|
|
leftPanel: {
|
|
width: 300,
|
|
background: "#ccc"
|
|
},
|
|
tabsPanel: {
|
|
height: 30,
|
|
background:'#ddd',
|
|
hoverFont: '#338'
|
|
},
|
|
statusBar: {
|
|
height: 20,
|
|
background: "#00c"
|
|
},
|
|
mainArea: {
|
|
background: "#eee"
|
|
}
|
|
};
|