Change sidebar color theme to light one
This commit is contained in:
parent
dea0fb8b78
commit
e1276afd71
File diff suppressed because one or more lines are too long
@ -73,6 +73,8 @@
|
|||||||
left: 0px;
|
left: 0px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
|
border-right: 1px solid #d4d4d4;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .title {
|
#sidebar .title {
|
||||||
@ -83,8 +85,9 @@
|
|||||||
height: 33px;
|
height: 33px;
|
||||||
padding: 0px 8px;
|
padding: 0px 8px;
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
color: #fff;
|
color: #000;
|
||||||
background: #31373d;
|
font-weight: bold;
|
||||||
|
background: #f6f6f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar div.tables-list {
|
#sidebar div.tables-list {
|
||||||
@ -94,7 +97,7 @@
|
|||||||
left: 0px;
|
left: 0px;
|
||||||
bottom: 130px;
|
bottom: 130px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
background: #31373d;
|
background: #f6f6f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar div.tables-list .wrap {
|
#sidebar div.tables-list .wrap {
|
||||||
@ -114,17 +117,17 @@
|
|||||||
float: right;
|
float: right;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #95a7b7;
|
color: #aaa;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar div.tables-list .title span.refresh:hover {
|
#sidebar div.tables-list .title span.refresh:hover {
|
||||||
color: #fff;
|
color: #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar div.tables-list #tables {
|
#sidebar div.tables-list #tables {
|
||||||
padding: 33px 0 0;
|
padding: 33px 0 0;
|
||||||
font-size: 13px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar div.table-information {
|
#sidebar div.table-information {
|
||||||
@ -133,7 +136,10 @@
|
|||||||
left: 0px;
|
left: 0px;
|
||||||
height: 130px;
|
height: 130px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
background: #272c30;
|
background: #f6f6f6;
|
||||||
|
border-top: 1px solid #d4d4d4;
|
||||||
|
border-right: 1px solid #d4d4d4;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar div.table-information .wrap {
|
#sidebar div.table-information .wrap {
|
||||||
@ -142,7 +148,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#sidebar div.table-information .title {
|
#sidebar div.table-information .title {
|
||||||
background: #272c30;
|
background: #f6f6f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar div.table-information ul {
|
#sidebar div.table-information ul {
|
||||||
@ -156,11 +162,11 @@
|
|||||||
height: 24px;
|
height: 24px;
|
||||||
padding: 0 8px 0 12px;
|
padding: 0 8px 0 12px;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
color: #637D94 !important;
|
color: #7F7E7F !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar div.table-information ul li span {
|
#sidebar div.table-information ul li span {
|
||||||
color: #95a7b7;
|
color: #4F4F4F;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
}
|
}
|
||||||
@ -177,19 +183,18 @@
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #95a7b7 !important;
|
color: #4F4E4F !important;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar li.selected {
|
#sidebar li.selected {
|
||||||
color: #fff !important;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background: #272c30;
|
background: #e6e6e6;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar ul li:hover span {
|
#sidebar ul li:hover span {
|
||||||
background: #272c30;
|
background: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar ul li i {
|
#sidebar ul li i {
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
<div id="main">
|
<div id="main">
|
||||||
<div id="nav">
|
<div id="nav">
|
||||||
<ul>
|
<ul>
|
||||||
<li id="table_content">Content</li>
|
<li id="table_content">Rows</li>
|
||||||
<li id="table_structure">Structure</li>
|
<li id="table_structure">Structure</li>
|
||||||
<li id="table_indexes">Indexes</li>
|
<li id="table_indexes">Indexes</li>
|
||||||
<li id="table_query" class="selected">SQL Query</li>
|
<li id="table_query" class="selected">SQL Query</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user