mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-22 13:26:00 +00:00
27 lines
441 B
JavaScript
27 lines
441 B
JavaScript
export default {
|
|
widgetMenu: {
|
|
iconSize: 60,
|
|
background: "#222",
|
|
iconFontSize: "23pt",
|
|
iconFontColor: "#eee",
|
|
backgroundHover: "#555",
|
|
backgroundSelected: "#4CAF50",
|
|
},
|
|
leftPanel: {
|
|
width: 300,
|
|
background: "#ccc"
|
|
},
|
|
tabsPanel: {
|
|
height: 30,
|
|
background: "#ddd",
|
|
hoverFont: "#338"
|
|
},
|
|
statusBar: {
|
|
height: 20,
|
|
background: "#00c"
|
|
},
|
|
mainArea: {
|
|
background: "#eee"
|
|
}
|
|
};
|