mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-22 19:16:01 +00:00
left menu icon design
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
export default {
|
||||
widgetMenu: {
|
||||
iconSize: 80,
|
||||
background: "#222"
|
||||
iconSize: 60,
|
||||
background: "#222",
|
||||
iconFontSize: "23pt",
|
||||
iconFontColor: "#eee",
|
||||
backgroundHover: "#555",
|
||||
backgroundSelected: "#4CAF50",
|
||||
},
|
||||
leftPanel: {
|
||||
width: 300,
|
||||
@@ -9,8 +13,8 @@ export default {
|
||||
},
|
||||
tabsPanel: {
|
||||
height: 30,
|
||||
background:'#ddd',
|
||||
hoverFont: '#338'
|
||||
background: "#ddd",
|
||||
hoverFont: "#338"
|
||||
},
|
||||
statusBar: {
|
||||
height: 20,
|
||||
|
||||
Reference in New Issue
Block a user