Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question regarding general stylesheet
#4
Hi, I use this style to change a little the IWDBGrid:
Code:
<head>
  <style type="text/css">
    /*Ajustes na table do bootstrap*/
    .table>thead>tr>th, .table>tbody>tr>th {
      background-color: #e4e6e7;
    }
    .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
      vertical-align: middle;
      font-size: 14px;
      padding: 8px;
      border-top: 1px solid #ddd;
    }
  </style>
</head>
Reply


Messages In This Thread
RE: Question regarding general stylesheet - by Jose Nilton Pace - 09-20-2019, 10:48 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)