[explore] viz type selector as modal (#2787)

* [explore] viz type selector as modal

* Addressing comments

* Adressing comments
This commit is contained in:
Maxime Beauchemin
2017-05-30 11:05:18 -07:00
committed by GitHub
parent 3a4cd3ae24
commit 66403f1876
8 changed files with 184 additions and 12 deletions

View File

@@ -34,3 +34,28 @@
.background-transparent {
background-color: transparent !important;
}
.viztype-label {
text-align: center;
}
.viztype-selector-container {
cursor: pointer;
margin-top: 10px;
margin-bottom: 10px;
padding: 5px;
border: 1px solid #aaa;
}
.viztype-selector-container:hover {
border: 1px solid #000;
}
.viztype-selector-container.selected {
cursor: not-allowed;
opacity: 0.5;
}
.viztype-selector-container.selected {
cursor: not-allowed;
border: 1px solid #aaa;
}