diff options
author | mariusbaumann <baumann.marius@gmail.com> | 2015-01-03 07:12:50 +0100 |
---|---|---|
committer | mariusbaumann <baumann.marius@gmail.com> | 2015-01-03 07:12:50 +0100 |
commit | 69200db3473588f6df334836c6f249f489575888 (patch) | |
tree | b3b1abc032c4826cb4c463285641dde416291d6c /module/web/media/default/css | |
parent | Redesign with bootstrap css (diff) | |
download | pyload-69200db3473588f6df334836c6f249f489575888.tar.xz |
Completely new Design v1
Some bugs heve to be fexed next days
Diffstat (limited to 'module/web/media/default/css')
-rw-r--r-- | module/web/media/default/css/MooDialog.css | 2 | ||||
-rw-r--r-- | module/web/media/default/css/pathchooser.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/module/web/media/default/css/MooDialog.css b/module/web/media/default/css/MooDialog.css index 48c9166ad..4564a2a34 100644 --- a/module/web/media/default/css/MooDialog.css +++ b/module/web/media/default/css/MooDialog.css @@ -12,7 +12,7 @@ left: 50%; z-index: 50000; - background: #eef5f8; + background: #fff; color: black; border-radius: 7px; -moz-border-radius: 7px; diff --git a/module/web/media/default/css/pathchooser.css b/module/web/media/default/css/pathchooser.css index 894cc335e..bfd84b19b 100644 --- a/module/web/media/default/css/pathchooser.css +++ b/module/web/media/default/css/pathchooser.css @@ -11,7 +11,7 @@ th { } table, tr, td { - background-color: #F0F0F0; + background-color: #fff; } a, a:visited { |