Skip to content

Commit

Permalink
www/index.html
Browse files Browse the repository at this point in the history
www/css/style.css
- Improved "x" text/icon design replacing the "X" to "×" and increasing text size
  • Loading branch information
edgarchinchilla committed Aug 9, 2024
1 parent 875929f commit ddef062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ tbody tr:nth-child(odd) td a:visited {
right: -10px;
top: 8px;
padding: 0px 10px;
font-size: 16px;
font-size: 22px;
align-items: center;
color: whitesmoke;
background-color: transparent;
Expand Down
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<!-- FILTER FIELD-->
<form id="searchBox">
<input type="text" id="filter" placeholder="Filter by App name...">
<button type="reset" id="clear" onClick="resetTableFilters()">x</button>
<button type="reset" id="clear" onClick="resetTableFilters()">&times;</button>
</form>

<!-- DYNAMIC APPS LIST HOLDER -->
Expand Down

0 comments on commit ddef062

Please sign in to comment.