|
@@ -44,6 +44,7 @@ p.show {
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
background-color: white;
|
|
background-color: white;
|
|
|
border-bottom: 1px solid #dcdadb;
|
|
border-bottom: 1px solid #dcdadb;
|
|
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.column-title {
|
|
.column-title {
|
|
@@ -90,6 +91,7 @@ p.show {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 50px;
|
|
height: 50px;
|
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.schema-name {
|
|
.schema-name {
|
|
@@ -117,7 +119,7 @@ p.show {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.name {
|
|
.name {
|
|
|
- color: #4874b9;
|
|
|
|
|
|
|
+ color: #3c658a;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
}
|
|
}
|
|
|
|
|
|