Add close button styles
[gruntmaster-page.git] / css / themes / cyborg.css
index dc80cd21580fbf36af33902653b0ab1a3e751362..5d80614ecda48817dd5896f7eab40ce5ca63237f 100644 (file)
@@ -1896,6 +1896,31 @@ tbody.collapse.in {
   padding: 9px;
   border-radius: 3px;
 }
+.close {
+  float: right;
+  font-size: 21px;
+  font-weight: bold;
+  line-height: 1;
+  color: #000000;
+  text-shadow: 0 1px 0 #ffffff;
+  opacity: 0.2;
+  filter: alpha(opacity=20);
+}
+.close:hover,
+.close:focus {
+  color: #000000;
+  text-decoration: none;
+  cursor: pointer;
+  opacity: 0.5;
+  filter: alpha(opacity=50);
+}
+button.close {
+  padding: 0;
+  cursor: pointer;
+  background: transparent;
+  border: 0;
+  -webkit-appearance: none;
+}
 .modal-open {
   overflow: hidden;
 }
This page took 0.009829 seconds and 4 git commands to generate.