diff options
Diffstat (limited to 'amelia/bootstrap.css')
-rw-r--r-- | amelia/bootstrap.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/amelia/bootstrap.css b/amelia/bootstrap.css index f3ff7282..ad19a353 100644 --- a/amelia/bootstrap.css +++ b/amelia/bootstrap.css @@ -293,7 +293,7 @@ a { } a:hover, a:focus { - color: #debb27; + color: #e8d069; text-decoration: underline; } a:focus { @@ -2306,7 +2306,7 @@ fieldset[disabled] .btn-link { } .btn-link:hover, .btn-link:focus { - color: #debb27; + color: #e8d069; text-decoration: underline; background-color: transparent; } @@ -4161,7 +4161,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { - color: #debb27; + color: #e8d069; background-color: #15b5c1; border-color: transparent; } @@ -5734,6 +5734,10 @@ button.close { .table-responsive > .table { background-color: transparent; } +.table a { + color: #fff; + text-decoration: underline; +} .has-warning .help-block, .has-warning .control-label { color: #ecd77f; |