diff options
Diffstat (limited to 'yeti/bootstrap.css')
-rw-r--r-- | yeti/bootstrap.css | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/yeti/bootstrap.css b/yeti/bootstrap.css index 04dd8bef..a5d80469 100644 --- a/yeti/bootstrap.css +++ b/yeti/bootstrap.css @@ -5855,7 +5855,6 @@ table { input, .form-control { padding: 7px; - font-size: 12px; } label, .control-label, @@ -5865,7 +5864,6 @@ label, font-size: 12px; font-weight: normal; } -.form-group .btn, .input-group-addon, .input-group-btn .btn { padding: 8px 14px; @@ -5932,6 +5930,13 @@ label, font-size: 12px; font-weight: 300; } +.close { + opacity: 0.4; +} +.close:hover, +.close:focus { + opacity: 1; +} .alert { font-size: 12px; font-weight: 300; @@ -5942,6 +5947,14 @@ label, color: #fff; text-decoration: underline; } +.alert .close { + color: #fff; + text-decoration: none; +} +.alert .close:hover, +.alert .close:focus { + color: #fff; +} .label { padding-left: 1em; padding-right: 1em; |