sync
[bootswatch] / cosmo / bootswatch.less
index 8a629d4..2411c47 100644 (file)
@@ -1,4 +1,4 @@
-// Cosmo 3.0.0
+// Cosmo 3.0.3
 // Bootswatch
 // -----------------------------------------------------
 
 
 // Typography =================================================================
 
-.text-primary {
+.text-primary,
+.text-primary:hover {
        color: @brand-primary;
 }
 
-.text-success {
+.text-success,
+.text-success:hover {
        color: @brand-success;
 }
 
-.text-danger {
+.text-danger,
+.text-danger:hover {
        color: @brand-danger;
 }
 
-.text-warning {
+.text-warning,
+.text-warning:hover {
        color: @brand-warning;
 }
 
+.text-info,
+.text-info:hover {
+       color: @brand-info;
+}
+
 // Tables =====================================================================
 
 .table {
        .box-shadow(none);
 }
 
-// Containers =================================================================
\ No newline at end of file
+// Containers =================================================================
+
+.panel {
+       &-heading,
+       &-footer {
+               border-top-right-radius: 0;
+               border-top-left-radius: 0;
+       }
+}