|
|
@@ -45,6 +45,9 @@
|
|
|
.icon-checkmark:before {
|
|
|
content: "\ea10";
|
|
|
}
|
|
|
+.icon-loop2:before {
|
|
|
+ content: "\ea2e";
|
|
|
+}
|
|
|
|
|
|
|
|
|
/**
|
|
|
@@ -203,6 +206,16 @@ button {
|
|
|
padding: 3px;
|
|
|
font-size: 90%;
|
|
|
}
|
|
|
+[class^="icon-"].rounded,
|
|
|
+[class*=" icon-"].rounded {
|
|
|
+ border-radius: 10px;
|
|
|
+ padding: 3px;
|
|
|
+}
|
|
|
+[class^="icon-"].rounded:hover,
|
|
|
+[class*=" icon-"].rounded:hover {
|
|
|
+ background: #ddd;
|
|
|
+ color: #222;
|
|
|
+}
|
|
|
button a {
|
|
|
color: #fff;
|
|
|
}
|