Remove borders from table elements found in Google Custom Search Engine widget
- Close #759
This commit is contained in:
parent
f46cc734a4
commit
010409acb1
2 changed files with 24 additions and 0 deletions
|
@ -467,4 +467,16 @@ a.reversefootnote {
|
|||
.required {
|
||||
color: $danger-color;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
Google Custom Search Engine
|
||||
========================================================================== */
|
||||
|
||||
.gsc-control-cse {
|
||||
|
||||
table, tr, td {
|
||||
border: 0; /* remove table borders widget */
|
||||
}
|
||||
}
|
|
@ -467,4 +467,16 @@ a.reversefootnote {
|
|||
.required {
|
||||
color: $danger-color;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
Google Custom Search Engine
|
||||
========================================================================== */
|
||||
|
||||
.gsc-control-cse {
|
||||
|
||||
table, tr, td {
|
||||
border: 0; /* remove table borders widget */
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue