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 {
background-color: #222;
background-color: #222 !important;
}
#drop_file {
background-color: #444;
color: #fff;
background-color: #444 !important;
color: #fff !important;
}
ol.steps li.current {

View File

@ -49,16 +49,20 @@ ul.subsubmenu li {
}
.godmode {
border-top: 1px solid #f1f1f1;
border-top: 1px solid #ddd;
}
.menu li ul {
border: 1px solid #f1f1f1;
border: 1px solid #eee;
}
#title_menu,
.submenu_text {
color: #9c9c9c;
color: #666;
}
#title_menu:hover,
.submenu_text:hover {
color: #b9b9b9;
}
.button_collapse,
@ -100,7 +104,6 @@ div#foot span {
}
/* General styles */
body,
div#page {
background: #ecfad6;
@ -123,6 +126,13 @@ div#page {
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 */
.info_table tr:first-child > th {
background-color: #343434;