diff options
Diffstat (limited to 'cosmo/bootstrap.min.css')
-rw-r--r-- | cosmo/bootstrap.min.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cosmo/bootstrap.min.css b/cosmo/bootstrap.min.css index 48014988..0402ee5a 100644 --- a/cosmo/bootstrap.min.css +++ b/cosmo/bootstrap.min.css @@ -860,6 +860,14 @@ h5,h6{font-size:11px;} blockquote{padding:10px 15px;background-color:#eeeeee;border-left-color:#bbbbbb;}blockquote.pull-right{padding:10px 15px;border-right-color:#bbbbbb;} blockquote small{color:#bbbbbb;} .muted{color:#bbbbbb;} +.text-warning{color:#ff7518;} +a.text-warning:hover{color:#e45c00;} +.text-error{color:#ff0039;} +a.text-error:hover{color:#cc002e;} +.text-info{color:#9954bb;} +a.text-info:hover{color:#7e3f9d;} +.text-success{color:#3fb618;} +a.text-success:hover{color:#2f8912;} .navbar .navbar-inner{background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;} .navbar .brand:hover{color:#bbbbbb;} .navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background-color:rgba(0, 0, 0, 0.05);} |