mirror of
https://github.com/e107inc/e107.git
synced 2025-04-22 13:41:52 +02:00
Table first-row styling fix
This commit is contained in:
parent
9bffb0ad65
commit
c3769ce27b
@ -9,7 +9,7 @@
|
||||
* Custom Menus/Pages Administration
|
||||
* Admin-related functions for custom page and menu creation
|
||||
*/
|
||||
|
||||
define('e_MINIMAL',true);
|
||||
require_once('../class2.php');
|
||||
|
||||
if (!getperms("5|J")) { header('location:'.e_ADMIN.'admin.php'); exit; }
|
||||
|
@ -576,8 +576,8 @@ i.e-seamonkey-32{ background-position: -485px 0; width: 32px; height: 32px; }
|
||||
|
||||
/* NEw */
|
||||
|
||||
tr.first { font: 12px HelveticaNeue,Helvetica,Arial; color: rgb(102, 102, 102); background-image: -moz-linear-gradient(center top , rgb(253, 253, 253) 0%, rgb(234, 234, 234) 100%); }
|
||||
tr.first a { color: rgb(102, 102, 102); }
|
||||
th, .fcaption { font: 12px HelveticaNeue,Helvetica,Arial; color: rgb(102, 102, 102); background-image: -moz-linear-gradient(center top , rgb(253, 253, 253) 0%, rgb(234, 234, 234) 100%); }
|
||||
tr.first a, th a { color: rgb(102, 102, 102); }
|
||||
/* Dark Drop-Down Menus */
|
||||
ul.col-selection { text-align:left; overflow:visible; z-index:101; max-height:600px; overflow:auto; background-color: rgb(23, 23, 23); }
|
||||
ul.col-selection > li a { border-top: 1px solid rgb(51, 51, 51); border-bottom: 1px solid rgb(32, 32, 32); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user