Chromium Code Reviews| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css |
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css |
| index 71a19af78a5d1f2144b0879b561123ef64bb564c..a24a10c00f71a40fbfbba3fa0cec622bbc2ed559 100644 |
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css |
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css |
| @@ -298,3 +298,16 @@ button { |
| margin: 0 24px; |
| width: 8em; |
| } |
| + |
| +table#braille-table { |
| + border: none; |
| + border-spacing: 0; |
| +} |
| + |
| +table#braille-table * { |
| + color: #fff; |
| +} |
| + |
| +table#braille-table tr:first-child { |
| + font-size: 85%; |
| +} |