Fixed visual bugs in green and black theme - #4194

This commit is contained in:
Tatiana Llorente 2019-07-09 17:36:40 +02:00
parent 6af6aa179b
commit 7fd284f105
2 changed files with 17 additions and 7 deletions

View File

@ -110,12 +110,12 @@ table.widget_list td.datos2 {
} }
.fileupload_form { .fileupload_form {
background-color: #222; background-color: #222 !important;
} }
#drop_file { #drop_file {
background-color: #444; background-color: #444 !important;
color: #fff; color: #fff !important;
} }
ol.steps li.current { ol.steps li.current {

View File

@ -49,16 +49,20 @@ ul.subsubmenu li {
} }
.godmode { .godmode {
border-top: 1px solid #f1f1f1; border-top: 1px solid #ddd;
} }
.menu li ul { .menu li ul {
border: 1px solid #f1f1f1; border: 1px solid #eee;
} }
#title_menu, #title_menu,
.submenu_text { .submenu_text {
color: #9c9c9c; color: #666;
}
#title_menu:hover,
.submenu_text:hover {
color: #b9b9b9;
} }
.button_collapse, .button_collapse,
@ -100,7 +104,6 @@ div#foot span {
} }
/* General styles */ /* General styles */
body, body,
div#page { div#page {
background: #ecfad6; background: #ecfad6;
@ -123,6 +126,13 @@ div#page {
filter: brightness(2.5) contrast(3.5); filter: brightness(2.5) contrast(3.5);
} }
table.widget_list tr.datos,
table.widget_list tr.datos2,
table.widget_list td.datos,
table.widget_list td.datos2 {
background-color: #ecfad6;
}
/* tables.css */ /* tables.css */
.info_table tr:first-child > th { .info_table tr:first-child > th {
background-color: #343434; background-color: #343434;