Shortening of hex codes & swapping tab text cols

Hex codes shortened if poss (ie, #888888 becomes #888 and #ff0000
becomes #f00)
Swapped text colour on tabs, selected now has black text, others white
text
This commit is contained in:
Matt Pass
2012-05-25 17:03:12 +01:00
parent 38fe4fd85e
commit 96df3ac91b
11 changed files with 67 additions and 67 deletions

View File

@@ -204,7 +204,7 @@ if ($accountPassword == "" && isset($_GET['settings'])) {
<link rel="stylesheet" type="text/css" href="coder.css">
</head>
<body style="background-color: #ffffff">
<body style="background-color: #fff">
<div class="screenContainer">
<div class="screenVCenter">