Modification des couleurs et de l'espace attribué (voir issue #137)
@@ -498,18 +498,17 @@
}
.bigMarkAsRead {
- background:#CCC;
- color:#FFF;
- cursor:pointer;
- height:32em;
- text-shadow: 0 -1px 0 #AAA;
+ cursor: pointer;
+ height: 300px;
+ text-shadow: 0 -1px 0 #aaa;
.bigMarkAsRead:hover {
- background:#06C;
+ background: #333;
+ color: #fff;
.bigTick {
- font-size:72pt;
- margin:32px 0 8px 0;
+ font-size: 72pt;
+ margin: 75px 0 10px 0;
/*** NOTIFICATION ***/
@@ -501,18 +501,18 @@ body {
- background:#34495E;
+ background: #ecf0f1;
- background:#3498db;
+ background: #34495e;