Added cancel edition hotkey
[fa-stable.git] / themes / default / default.css
index 8f00a330642a792bdd3a3075ff6ac38b75dcce58..70a132b1d69ed216da283b46958f872a5b7bfff0 100644 (file)
@@ -70,7 +70,7 @@ a:active {
        text-decoration: none;
 }
 
-a:hover {
+a:hover, a:focus {
        color: #2d8628;
        text-decoration: underline;
 }
@@ -505,10 +505,10 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{
        text-align: center;
 }
 #CC .header {
-       background-color: #336;
+       background-color: #285b86;
 }
 #CC .weekday {
-       background-color: #DDD;
+       background-color: #eee;
        color: #000;
 }
 #CC .weekend {
@@ -521,7 +521,7 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{
 }
 #CC .current {
        border: 1px solid #339;
-       background-color: #336;
+       background-color: #285b86;
        color: #FFF;
 }
 #CC .weekday, #CC .weekend, #CC .current {
@@ -532,7 +532,7 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{
 }
 #CC .weekday:hover, #CC .weekend:hover, #CC .current:hover {
        color: #FFF;
-       background-color: #336;
+       background-color: #285b86;
        border: 1px solid #999;
 }
 #CC .previous {
@@ -545,7 +545,7 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{
        padding: 1px 3px 1px 3px;
        font-size: 1.4em;
 }
-#CC .previous a, CC .next a {
+#CC .previous a, #CC .next a {
        color: #FFF;
        text-decoration: none;
        font-weight: bold;
@@ -556,6 +556,6 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{
        color: #FFF;
 }
 #CC .empty {
-       background-color: #CCC;
+       background-color: #ddd;
        border: 1px solid #FFF;
 }