easier tab closing in sqllab (#4738)

This commit is contained in:
Gabe Lyons
2018-04-02 14:59:08 -07:00
committed by Grace Guo
parent 11c9e67ebb
commit e0f541f486
4 changed files with 85 additions and 1 deletions

View File

@@ -129,6 +129,12 @@ div.Workspace {
height: 10px;
display: inline-block;
background-color: #ccc;
line-height: 8px;
text-align: center;
vertical-align: middle;
font-size: 15px;
margin-top: -3px;
font-weight: bold;
}
.running {
background-color: lime;