link style in TH added
This commit is contained in:
parent
4fa29dcb70
commit
3ce7dd3b16
5 changed files with 24 additions and 7 deletions
|
@ -18,11 +18,17 @@
|
|||
line-height: @line-height-default;
|
||||
|
||||
a {
|
||||
color: @ini_existing;
|
||||
//color: @ini_existing;
|
||||
line-height: @line-height-default;
|
||||
}
|
||||
}
|
||||
|
||||
th {
|
||||
a {
|
||||
color: @ini_link_alt;
|
||||
}
|
||||
}
|
||||
|
||||
// search button in table (f.i. "All products")
|
||||
table th input {
|
||||
&:not(:focus) {
|
||||
|
@ -65,15 +71,19 @@
|
|||
background-color: @ini_existing;
|
||||
background-image: url("svg.php?svg=file-export.svg&f=background");
|
||||
border-color: @ini_existing;
|
||||
color: @ini_background;
|
||||
//color: @ini_background;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#plugin__struct_output{
|
||||
#plugin__struct_output {
|
||||
margin-right: 0;
|
||||
|
||||
th {
|
||||
background-color: @ini_background_alt;
|
||||
}
|
||||
}
|
||||
|
||||
.struct_entry_form {
|
||||
|
@ -163,6 +173,6 @@ form {
|
|||
padding-top: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
} // fieldset
|
||||
}
|
||||
}
|
||||
} // form
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue