From 9acc2f86fa0699827109501b171b1cd1d57eaa57 Mon Sep 17 00:00:00 2001 From: Nerwyn Singh Date: Tue, 17 Sep 2024 17:14:33 -0400 Subject: [PATCH] mention .empty-button css selector in general css styles --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 551919eb..d00e33d6 100644 --- a/README.md +++ b/README.md @@ -100,16 +100,17 @@ Double tap actions have a default window of 200ms to trigger before a single tap Styles can be set and changed for all remote sub-elements using regular CSS and templating. CSS styles have to be encapsulated in a CSS selector like the following. -| CSS Selector | Element | -| ------------- | --------------------- | -| :host | Global values. | -| .row | All rows. | -| .column | All columns. | -| .button-pad | All button pads. | -| remote-button | All buttons. | -| #row-1 | The first row. | -| #column-1 | The first column. | -| #pad-1 | The first button pad. | +| CSS Selector | Element | +| ------------- | ----------------------------- | +| :host | Global values. | +| .row | All rows. | +| .column | All columns. | +| .button-pad | All button pads. | +| .empty-button | All empty/null button spaces. | +| remote-button | All buttons. | +| #row-1 | The first row. | +| #column-1 | The first column. | +| #pad-1 | The first button pad. | ```css .row {