From 8a0bd3d55cb0a012056a13ab8e4158a69ccb4764 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Mon, 8 Sep 2014 14:12:42 +0200 Subject: several fixes - syntax error in index.php - switched from sass to less because of bootstrap submodule --- public/css/style2.css | 66 --------------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 public/css/style2.css (limited to 'public/css/style2.css') diff --git a/public/css/style2.css b/public/css/style2.css deleted file mode 100644 index edbe8a1c..00000000 --- a/public/css/style2.css +++ /dev/null @@ -1,66 +0,0 @@ -body { - background-color: #222; - color: #bbb; -} - -details,.news_comment details, .news details { - background-color: #333; -} - -a { - color: #fff; -} - -#menu li.selected a,#menu li a:hover - { - color: #0094B3; -} - -.toolbar a.selected, .toolbar a:hover { - color: #000; -} - -.form input[type="text"],.form input[type="password"],.form textarea { - background-color: #333; -} - -.error,.success,.info { - color: #fff; - background-color: #333; -} - -th,.hidden { - background-color: #333; -} - -tr:hover>td { - background-color: #333; -} - -.selection ul li:nth-child(2n) { - background-color: #333; -} - -#shifts { - background-color: #222; -} - -#shifts td.free { - background-color: #322; -} - -#shifts td.occupied { - background-color: #232; -} - -#shifts td.own { - background-color: #223; -} - -#shifts td.collides { - background-color: #333; -} - -a.button { - background-color: #000; -} \ No newline at end of file -- cgit v1.2.3-54-g00ecf