theming the add package button

This commit is contained in:
Sam El-Husseini 2016-12-01 23:53:38 -08:00
parent a9fd336093
commit 62cbacc8ba

View File

@ -87,6 +87,14 @@
padding:7px;
}
#blocklyAddPackage {
text-align: left;
}
#blocklyAddPackage button {
background-color: rgba(0, 0, 0, 0.3);
color: white;
}
.organization {
top: 1.6em;
}