Frontend CSS Article Editing is unusable
1 year 11 months ago - 1 year 11 months ago #67560
by Mike85
Frontend CSS Article Editing is unusable was created by Mike85
Last edit: 1 year 11 months ago by Mike85.
Please Log in or Create an account to join the conversation.
1 year 11 months ago #67564
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Frontend CSS Article Editing is unusable
Hi
thank you for reporting the problem
Please send me the template that you use so that I can directly check with it and make the tests
CEd
thank you for reporting the problem
Please send me the template that you use so that I can directly check with it and make the tests
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
1 year 11 months ago - 1 year 11 months ago #67569
by Mike85
Replied by Mike85 on topic Frontend CSS Article Editing is unusable
I have now send the link to the template file over the website contact form.
I also noticed that if you reinstall or rename a template that you loss all the "Custom Code" and "Custom CSS" at the left side Code section. :side:
I also noticed that if you reinstall or rename a template that you loss all the "Custom Code" and "Custom CSS" at the left side Code section. :side:
Last edit: 1 year 11 months ago by Mike85.
Please Log in or Create an account to join the conversation.
1 year 11 months ago #67571
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Frontend CSS Article Editing is unusable
I have received your messages, thank you
I will need some time to work on that and get a solution
I will let you know
CEd
I will need some time to work on that and get a solution
I will let you know
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
1 year 11 months ago - 1 year 10 months ago #67575
by Mike85
Replied by Mike85 on topic Frontend CSS Article Editing is unusable
No problem take your time. CSS can something be tricky.
Last edit: 1 year 10 months ago by Mike85.
Please Log in or Create an account to join the conversation.
1 year 10 months ago #67709
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Frontend CSS Article Editing is unusable
Hi
I'm starting to work on this problem
Please try to put this code in your custom css (take care that you have already put some css that will not render correctly) :
tested by my side, it works correctly, still few details to fix. Let me know
I'm starting to work on this problem
Please try to put this code in your custom css (take care that you have already put some css that will not render correctly) :
Code:
#adminForm {
color: #000;
}
#adminForm .btn, #adminForm .choices__button_joomla,
body.com_media .btn, body.com_media .choices__button_joomla {
background: #ededed;
color: #000;
text-shadow: none;
padding: 2px 8px;
border-radius: 6px;
}
#adminForm .btn:hover, #adminForm .choices__button_joomla,
body.com_media .btn:hover, body.com_media .choices__button_joomla {
background: #ccc;
color: #000;
text-shadow: none;
padding: 2px 8px;
border-radius: 6px;
}
#adminForm input[type="text"], #adminForm input[type="text"]:focus,
body.com_media input[type="text"], body.com_media input[type="text"]:focus {
background: #fff;
padding: 12px;
min-height: 50px;
color: #000;
}
#adminForm input[type="text"]:focus,
body.com_media input[type="text"]:focus {
border: 1px solid #000;
}
#adminForm .btn,
body.com_media .btn {
padding: 8px 15px;
}
#adminForm .btn:hover,
body.com_media .btn:hover {
padding: 8px 15px;
}
#adminForm fieldset,
body.com_media fieldset {
margin-bottom: 2em;
}
select.time {
background: #fff;
box-shadow: none;
border: 1px solid #aaa;
}
.calendar-container a,
.body.com_media a {
color: #000;
}
tested by my side, it works correctly, still few details to fix. Let me know
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.216 seconds