Skip to content

Commit

Permalink
mention .empty-button css selector in general css styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerwyn committed Sep 17, 2024
1 parent 2453e37 commit 9acc2f8
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9acc2f8

Please sign in to comment.