Merge branch 'ent-4351-Modificar-imagenes-con-bordes-blancos-para-que-sean-transparentes' into 'develop'
Changed images with transparent borders - #4351 See merge request artica/pandorafms!2597
Before Width: | Height: | Size: 546 B After Width: | Height: | Size: 486 B |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 9.3 KiB |
Before Width: | Height: | Size: 855 B After Width: | Height: | Size: 926 B |
|
@ -237,19 +237,12 @@ table.table_modal_alternate tr:nth-child(even) td {
|
|||
background-color: #555 !important;
|
||||
}
|
||||
|
||||
.info_table .datos3,
|
||||
.datos3,
|
||||
.info_table .datos4,
|
||||
.datos4 {
|
||||
background-color: #666;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.info_table .datos3,
|
||||
.datos3,
|
||||
.info_table .datos4,
|
||||
.datos4 {
|
||||
background-color: #444;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.action_buttons a[href] img,
|
||||
|
@ -394,3 +387,8 @@ ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header
|
|||
div#box_online * {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/* discovery.css */
|
||||
#text_wizard {
|
||||
color: #555;
|
||||
}
|
||||
|
|