Skip to content

Commit

Permalink
XWIKI-21778: Admin section: make the Extension section pass webstanda…
Browse files Browse the repository at this point in the history
…rd tests

* Added comments
  • Loading branch information
Sereza7 committed Jan 22, 2024
1 parent 7a9f768 commit 95f3499
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,20 +127,22 @@ ul.locked a {
display: block;
height: 100%;
width: 100%;
/* Remove default background for Firefox */
background: none;
}

/* Remove default background for */
/* Remove default background for Chrome & Safari */
.average-rating::-webkit-meter-bar {
background: none;
border: none;
}


/* Add the stars for Chrome & Safari */
.average-rating::-webkit-meter-optimum-value {
background: url("star.gif") left repeat-x;
}

/* Add the stars for Firefox */
.average-rating:-moz-meter-optimum::-moz-meter-bar {
background: url("star.gif") left repeat-x;
}

0 comments on commit 95f3499

Please sign in to comment.