aniram
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Table background in ArcliteFor those who have same troubles with the background hover in tables of this theme the proper code is:
/* tables */
table{
margin: .0em 0 0em;
}table td, table th{
text-align: left;
border-right: 0px solid #FFF;
padding: .4em .8em;
}table th{
background: #FFF url(images/table-header.gif) repeat-x left top;
color: #fff;
text-transform: uppercase;
font-weight: normal;
border-bottom: 0px solid #fff;
}table td{
background: #fff;
}table tr.even td{
background: #fff;
}table tr:hover td{
background: #fff;
}Just copy-paste in the custom window in Arclite settings page. It works!
Forum: Themes and Templates
In reply to: Table background in ArcliteDear Izvarinskij,
I tried the code you suggested. Also tried this code:table tr:hover
td,tr:hover {
background-color: #FFFFFF;
!important;
}With versions of background/background-color.
To my regret – no result.
Thanks for your help,Forum: Themes and Templates
In reply to: Table background in ArcliteI don’t want to go to the files themselves since i’m not a coder and i can spoil there something. There is a window for custom code like
body {
background-color: #FFFFFF;
}
So it changes the color of the body of the pages, etc. These new inclusions overwrite the settings of the initial encoding and it solves the problem.
Can you pls help me with the proper simple css code to remove that hover option? The table in a non-touched state comes grey and when mouse over it turns white. And it’s quite ugly provided that the whole body of the page is white.
Thanks in advance for your help,
Aniram