Bug #3733 ยป template.css.patch
components/com_comprofiler/plugin/templates/luna/template.css | ||
---|---|---|
|
||
#cbAdminMainWrapper .header {
|
||
background-color: transparent;
|
||
background-image: none;
|
||
background-repeat: no-repeat;
|
||
font-size: 22px;
|
||
font-weight: bold;
|
||
... | ... | |
}
|
||
|
||
/* J3.0 backend fixes: */
|
||
body.com_comprofiler #cbAdminMainWrapper .header {
|
||
background-image: none;
|
||
}
|
||
|
||
body.com_comprofiler #cbAdminMainWrapper input,
|
||
body.com_comprofiler #cbAdminMainWrapper textarea,
|
||
body.com_comprofiler #cbAdminMainWrapper select {
|