cambio de fuentes css
This commit is contained in:
parent
56c3f13c89
commit
6412cd59e8
|
@ -129,6 +129,7 @@
|
||||||
* {
|
* {
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
line-height: 16pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
|
|
@ -1141,7 +1141,10 @@ a.pandora_pagination,
|
||||||
border-right: 1px solid #707070 !important;
|
border-right: 1px solid #707070 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.results-found {
|
.results-found,
|
||||||
|
#result_items.agents_modules_table,
|
||||||
|
.show_result_interpreter,
|
||||||
|
#menu_tab li.nomn_high {
|
||||||
background-color: #111 !important;
|
background-color: #111 !important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
@ -1155,3 +1158,8 @@ a.pandora_pagination,
|
||||||
#elasticsearch_view {
|
#elasticsearch_view {
|
||||||
filter: invert(100%);
|
filter: invert(100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#header_table {
|
||||||
|
padding-right: 35px;
|
||||||
|
background-color: #222;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue