1
Theme Talk / Re: help with rIBBON Theme
« on: January 29, 2018, 05:18:58 am »
I found and fixed the problem.
find in index.css lines 1000-1006
.auto_suggest_item
{
}
.auto_suggest_item_hover
{
change too
.auto_suggest_item
{
}
.auto_suggest_item_hover
{
find in index.css lines 1000-1006
.auto_suggest_item
{
background: #000000;
}
.auto_suggest_item_hover
{
background: #1F1F1F;
change too
.auto_suggest_item
{
background: #e3efff;
}
.auto_suggest_item_hover
{
background: #c0c0c0;