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..04b55f67790514697c631a617b4db9e40f488b9b 100644 |
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css |
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css |
| @@ -298,3 +298,15 @@ button { |
| margin: 0 24px; |
| width: 8em; |
| } |
| +table { |
|
dmazzoni
2016/09/26 04:53:49
nit: blank line before
Also make this: table#brai
ultimatedbz
2016/09/27 22:56:24
Done.
|
| + border: none; |
| + border-spacing: 0; |
| +} |
| + |
| +table * { |
|
dmazzoni
2016/09/26 04:53:49
Same here, and below
ultimatedbz
2016/09/27 22:56:24
Done.
|
| + color: #fff; |
| +} |
| + |
| +table tr:first-child { |
| + font-size: 85%; |
| +} |