diff options
| author | Mark Otto <[email protected]> | 2013-01-12 20:08:13 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-12 20:08:13 -0800 |
| commit | 01db5db2f6e0dfcd63e181303723e1aceeb01045 (patch) | |
| tree | fe7c385fcbe10b548bdc1964b72560f45ed72f18 /docs/assets | |
| parent | ea1a12593db0fb037804ccb833f3c46c1ae6034d (diff) | |
| download | bootstrap-01db5db2f6e0dfcd63e181303723e1aceeb01045.tar.xz bootstrap-01db5db2f6e0dfcd63e181303723e1aceeb01045.zip | |
white text on buttons on hover for links
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index cc134dc4d..c95912cb0 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2430,6 +2430,7 @@ button.close { } .btn:hover { + color: #fff; text-decoration: none; } |
