diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 6d2ed58c8..6692fb998 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -775,4 +775,12 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; .icon-green { background-color: #d6ffcf; color: #6ece5e; +} + +.applicationCard { + box-shadow: 0px 0px 4px 4px #DBDBDB; +} + +.applicationCard .applicationName { + color: black; } \ No newline at end of file diff --git a/admin/themes/default/template/photos_add_applications.tpl b/admin/themes/default/template/photos_add_applications.tpl index 07f028d4c..40afb0222 100644 --- a/admin/themes/default/template/photos_add_applications.tpl +++ b/admin/themes/default/template/photos_add_applications.tpl @@ -16,7 +16,6 @@ jQuery().ready(function(){ } .applicationCard { - box-shadow: 0px 0px 4px 4px #DBDBDB; max-width: 500px; margin: 20px; @@ -41,7 +40,6 @@ jQuery().ready(function(){ margin: 20px 0 10px 0; padding-right: 15px; text-align: left; - color: black; } .applicationCard .applicationDesc { diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 5d3e0b17f..9101475fb 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -1710,4 +1710,12 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; color: #777; background: #252525; padding: 5px 0; -} \ No newline at end of file +} + +.applicationCard { + box-shadow: 0px 0px 4px 4px #272727; +} + +.applicationCard .applicationName { + color: #c1c1c1; +}