diff options
Diffstat (limited to 'simplex/bootstrap.css')
-rw-r--r-- | simplex/bootstrap.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/simplex/bootstrap.css b/simplex/bootstrap.css index 2ac0d968..0d9a1e16 100644 --- a/simplex/bootstrap.css +++ b/simplex/bootstrap.css @@ -1,5 +1,5 @@ /*! - * Bootswatch v3.1.1 + * Bootswatch v3.1.1+1 * Homepage: http://bootswatch.com * Copyright 2012-2014 Thomas Park * Licensed under MIT @@ -4333,7 +4333,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { vertical-align: baseline; white-space: nowrap; text-align: center; - background-color: #808080; + background-color: #d9230f; border-radius: 10px; } .badge:empty { @@ -5779,6 +5779,10 @@ button.close { display: none !important; } } +.navbar-inverse .badge { + background-color: #fff; + color: #d9230f; +} .btn { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } |