Changes

no edit summary
Line 1,770: Line 1,770:  
   background-size: cover; /* Resize the background image to cover the entire container */
 
   background-size: cover; /* Resize the background image to cover the entire container */
 
   padding:5%;
 
   padding:5%;
 +
}
 +
 +
#customers {
 +
  font-family: Arial, Helvetica, sans-serif;
 +
  border-collapse: collapse;
 +
  width: 100%;
 +
}
 +
 +
#customers td, #customers th {
 +
  border: 1px solid #ddd;
 +
  padding: 8px;
 +
}
 +
 +
#customers tr:nth-child(even){background-color: #f2f2f2;}
 +
 +
#customers tr:hover {background-color: #ddd;}
 +
 +
#customers th {
 +
  padding-top: 12px;
 +
  padding-bottom: 12px;
 +
  text-align: left;
 +
  background-color: #4CAF50;
 +
  color: white;
 
}
 
}
Editor, Editors, USER, admin, Bureaucrats, Check users, dev, editor, Interface administrators, lookupuser, oversight, push-subscription-manager, Suppressors, Administrators, translator, widgeteditor
17,894

edits