mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 18:10:48 +00:00
Ridimensionamenti + fix grafica livebus
This commit is contained in:
@@ -64,7 +64,7 @@ p {
|
||||
table {
|
||||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
border: 1px solid #444;
|
||||
border: 1px solid rgb(100,100,100);
|
||||
border-radius: 16px;
|
||||
overflow: hidden;
|
||||
min-width: 85%;
|
||||
@@ -75,13 +75,13 @@ table {
|
||||
/*Linee verticali*/
|
||||
th:not(:last-child),
|
||||
td:not(:last-child) {
|
||||
border-right: 1px solid #444;
|
||||
border-right: 1px solid rgb(100,100,100);
|
||||
}
|
||||
|
||||
/*Linee orizzontali*/
|
||||
tr:not(:last-child) > th,
|
||||
tr:not(:last-child) > td {
|
||||
border-bottom: 1px solid #444;
|
||||
border-bottom: 1px solid rgb(100,100,100);;
|
||||
}
|
||||
|
||||
th {
|
||||
|
Reference in New Issue
Block a user