Prettify the "default add" button a little

This commit is contained in:
Kenn Jacobsen
2015-08-19 11:57:39 +02:00
parent e6732d2a37
commit 2aa71e48a3
+18 -6
View File
@@ -208,13 +208,25 @@
border: 1px solid #b94a48;
}
.archetypeAddButton:hover {
text-decoration: none;
cursor: pointer;
.archetypeAddButtonText {
text-decoration: underline;
.archetypeAddButton {
color: #ddd;
.icon {
vertical-align: text-top;
}
&:hover {
color: #333;
text-decoration: none;
cursor: pointer;
.archetypeAddButtonText {
text-decoration: underline;
}
.icon {
color: #333;
}
}
}
.multiPropertyTextbox {