Author: jruchaud Date: 2015-04-16 08:20:10 +0000 (Thu, 16 Apr 2015) New Revision: 1211 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1211 Log: Change colors Modified: wit/css/actions.css wit/css/select.css wit/css/style.css Modified: wit/css/actions.css =================================================================== --- wit/css/actions.css 2015-04-16 08:07:15 UTC (rev 1210) +++ wit/css/actions.css 2015-04-16 08:20:10 UTC (rev 1211) @@ -2,8 +2,8 @@ display: flex; justify-content: center; - background-color: aliceblue; - position: fixed; + background-color: #47484b; + position: absolute; bottom: 0; width: 100%; border-top: 2px #ccc solid; @@ -12,7 +12,7 @@ .actions>div { height: 50px; width: 50px; - background-color: #ccc; + background-color: #2d2e30; margin: 5px; display: flex; @@ -26,7 +26,7 @@ border-top: transparent 15px solid; /* border-right: transparent 20px solid; */ border-bottom: transparent 15px solid; - border-left: black 15px solid; + border-left: #699bb1 15px solid; height: 0px; width: 0px; @@ -34,17 +34,17 @@ } #stop .icon { - height: 25px; - width: 25px; - background-color: black; + height: 20px; + width: 20px; + background-color: #699bb1; } #time { text-align: center; position: absolute; width: 100%; - bottom: 62px; + bottom: 60px; border-top: 2px #ccc solid; - background-color: antiquewhite; + background-color: #47484b; } \ No newline at end of file Modified: wit/css/select.css =================================================================== --- wit/css/select.css 2015-04-16 08:07:15 UTC (rev 1210) +++ wit/css/select.css 2015-04-16 08:20:10 UTC (rev 1211) @@ -1,5 +1,5 @@ .selection { - background-color: #FFF; + background-color: #f8f8f8; /*border: 1px solid #AAA;*/ border-radius: 4px; cursor: text; @@ -21,7 +21,7 @@ } .selection li.tag { - background-color: #E4E4E4; + background-color: #47484b; border: 1px solid #AAA; border-radius: 4px; cursor: default; @@ -32,7 +32,7 @@ } .selection .remove { - color: #999; + color: #699bb1; cursor: pointer; display: inline-block; font-weight: bold; Modified: wit/css/style.css =================================================================== --- wit/css/style.css 2015-04-16 08:07:15 UTC (rev 1210) +++ wit/css/style.css 2015-04-16 08:20:10 UTC (rev 1211) @@ -5,6 +5,8 @@ } body { - width: 100%; - height: 100%; + width: 100%; + height: 100%; + background-color: #f8f8f8; + color: #f3f3f3; }
participants (1)
-
jruchaud@users.nuiton.org