2021-04-28 20:10:26 +02:00

43 lines
837 B
SCSS

/*************************************
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
* SPDX-License-Identifier: AGPL-3.0-only
************************************/
/* RSS STYLES */
#rssScroll {
font-size: $vte_font_size;
background-color: $white;
width: 100%;
height: 200px;
overflow: auto;
border: 0px solid $black;
}
.rssTable {
width: 100%;
border: 0px solid $grey-400;
}
.rssTable tr th {
background: $grey-200 none repeat scroll 0%;
color: $vte-text;
border-bottom: 1px solid $grey-300;
border-top: 1px solid $grey-300;
height: 20px;
padding-left: 5px;
padding-right: 5px;
text-align: left;
}
.rssTable tr td {
text-align: left;
border-bottom: 1px dotted $grey-300;
border-left: 1px dotted $grey-300;
font-size: 11px;
font-weight: normal;
white-space: nowrap;
padding: 2px;
}