2017-12-03 09:49:40 +00:00
|
|
|
body.ttrss_prefs {
|
2018-12-06 15:44:30 +00:00
|
|
|
background-color : @color-panel-bg;
|
2018-12-04 16:03:42 +00:00
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
2018-12-04 17:17:50 +00:00
|
|
|
font-size: 14px;
|
2017-11-29 16:10:15 +00:00
|
|
|
|
2019-02-21 09:35:40 +00:00
|
|
|
h1, h2, h3, h4 {
|
|
|
|
font-family : @fonts-ui-bold;
|
|
|
|
font-weight : 600;
|
|
|
|
color : @default-text;
|
|
|
|
}
|
|
|
|
|
2021-02-21 12:16:39 +00:00
|
|
|
/*.dijitContentPane {
|
2019-02-21 09:35:40 +00:00
|
|
|
h1:first-of-type,
|
|
|
|
h2:first-of-type,
|
|
|
|
h3:first-of-type {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
2021-02-21 12:16:39 +00:00
|
|
|
}*/
|
2019-02-21 09:35:40 +00:00
|
|
|
|
2017-11-29 16:10:15 +00:00
|
|
|
#footer, #header {
|
2018-12-05 07:33:30 +00:00
|
|
|
padding : 8px;
|
|
|
|
font-size : 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header {
|
|
|
|
float : right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer_splitter {
|
|
|
|
display : none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer {
|
2018-12-06 15:44:30 +00:00
|
|
|
background-color : @color-panel-bg;
|
2018-12-05 07:33:30 +00:00
|
|
|
font-size : 13px;
|
|
|
|
border : 0px;
|
|
|
|
text-align : center;
|
2017-11-29 16:10:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#header img {
|
|
|
|
vertical-align : middle;
|
|
|
|
cursor : pointer;
|
|
|
|
}
|
|
|
|
|
2018-12-04 17:17:50 +00:00
|
|
|
.dijitTree#filterTree .dijitTreeIcon,
|
|
|
|
.dijitTree#labelTree .dijitTreeIcon,
|
|
|
|
.dijitTree#filterTree .dijitTreeIcon {
|
|
|
|
display : none;
|
|
|
|
}
|
2017-11-29 16:10:15 +00:00
|
|
|
|
2018-12-06 05:56:28 +00:00
|
|
|
.dijitAccordionTitle i.material-icons {
|
|
|
|
top : -1px;
|
|
|
|
position : relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dijitAccordionTitleSelected i.material-icons {
|
|
|
|
color : white;
|
|
|
|
}
|
|
|
|
|
2021-02-13 15:32:02 +00:00
|
|
|
#feedsTab {
|
|
|
|
background : @color-panel-bg;
|
2017-11-29 16:10:15 +00:00
|
|
|
}
|
|
|
|
|
2021-02-13 15:32:02 +00:00
|
|
|
.dijitDialog #pref-profiles-list .dijitInlineEditBoxDisplayMode {
|
|
|
|
padding : 0px;
|
2017-11-29 16:10:15 +00:00
|
|
|
}
|
|
|
|
|
2021-02-13 20:12:49 +00:00
|
|
|
#pref_feeds_errors_btn {
|
2017-11-29 16:10:15 +00:00
|
|
|
color : red;
|
|
|
|
}
|
|
|
|
|
2018-12-11 18:06:02 +00:00
|
|
|
.user-css-editor {
|
|
|
|
height : 300px;
|
|
|
|
width : 575px;
|
|
|
|
}
|
|
|
|
|
2019-02-25 16:22:20 +00:00
|
|
|
fieldset.prefs {
|
2019-02-26 12:03:33 +00:00
|
|
|
min-height : 30px;
|
2020-12-21 05:50:34 +00:00
|
|
|
display : flex;
|
|
|
|
flex-direction : row;
|
|
|
|
align-items: center;
|
2019-02-26 12:03:33 +00:00
|
|
|
|
2019-02-25 14:15:05 +00:00
|
|
|
label:first-of-type {
|
|
|
|
min-width : 300px;
|
2019-02-21 09:35:40 +00:00
|
|
|
}
|
|
|
|
|
2019-02-26 12:03:33 +00:00
|
|
|
.help-text {
|
|
|
|
display : inline-block;
|
|
|
|
margin-left : 10px;
|
|
|
|
}
|
2020-12-21 05:50:34 +00:00
|
|
|
|
|
|
|
.help-text-bottom {
|
|
|
|
margin-top : 10px;
|
|
|
|
}
|
2019-02-26 12:03:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
fieldset.plugin {
|
|
|
|
label.description {
|
2021-03-04 13:44:21 +00:00
|
|
|
width : 550px;
|
2019-02-25 16:11:17 +00:00
|
|
|
margin-right : 150px;
|
2019-02-25 14:15:05 +00:00
|
|
|
display : inline-block;
|
2017-11-29 16:10:15 +00:00
|
|
|
|
2019-02-25 14:15:05 +00:00
|
|
|
.dijitCheckBox {
|
|
|
|
margin-right : 10px;
|
|
|
|
}
|
2018-12-05 13:37:09 +00:00
|
|
|
}
|
2017-11-29 16:10:15 +00:00
|
|
|
}
|
|
|
|
|
2021-02-06 13:24:40 +00:00
|
|
|
.users-list {
|
|
|
|
td {
|
|
|
|
cursor : pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-02-06 13:11:29 +00:00
|
|
|
.event-log {
|
2019-05-31 07:31:43 +00:00
|
|
|
tr {
|
|
|
|
td {
|
|
|
|
font-size: 10px;
|
2021-02-06 13:11:29 +00:00
|
|
|
padding : 8px;
|
|
|
|
vertical-align : top;
|
|
|
|
border-width : 0 0 1px 0;
|
|
|
|
border-style : solid;
|
|
|
|
border-color : @border-default;
|
2019-05-31 07:31:43 +00:00
|
|
|
}
|
2017-11-29 16:10:15 +00:00
|
|
|
|
2019-05-31 07:31:43 +00:00
|
|
|
.errno {
|
|
|
|
font-style : italic;
|
|
|
|
font-weight : bold;
|
|
|
|
white-space : nowrap;
|
|
|
|
}
|
2017-11-29 16:10:15 +00:00
|
|
|
|
2019-05-31 07:31:43 +00:00
|
|
|
.errstr {
|
2021-02-06 13:11:29 +00:00
|
|
|
word-break : break-all;
|
|
|
|
white-space : pre-wrap;
|
2019-05-31 07:31:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.filename, .login, .timestamp {
|
|
|
|
color : @default-text;
|
|
|
|
}
|
|
|
|
}
|
2017-11-29 16:10:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
2020-02-25 10:25:55 +00:00
|
|
|
border-color : @border-default;
|
2017-11-29 16:10:15 +00:00
|
|
|
max-width : 100%;
|
|
|
|
}
|
|
|
|
|
2019-02-20 05:51:48 +00:00
|
|
|
.phpinfo {
|
|
|
|
table {
|
|
|
|
border-collapse : collapse;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.e, td.v {
|
|
|
|
border : 1px solid #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.e {
|
|
|
|
font-weight : bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.v {
|
|
|
|
font-family : monospace;
|
2019-03-04 06:05:34 +00:00
|
|
|
word-break : break-all;
|
2019-02-20 05:51:48 +00:00
|
|
|
}
|
|
|
|
}
|
2017-11-29 16:10:15 +00:00
|
|
|
}
|
|
|
|
|
2019-07-12 09:40:42 +00:00
|
|
|
body.ttrss_prefs,
|
|
|
|
body.ttrss_main {
|
|
|
|
#filterNewRuleDlg {
|
2020-02-28 15:21:16 +00:00
|
|
|
.dijitValidationTextAreaError {
|
2019-07-12 09:40:42 +00:00
|
|
|
background : #ffc0c0;
|
|
|
|
}
|
2020-02-28 15:21:16 +00:00
|
|
|
.dijitValidationTextArea:not(.dijitValidationTextAreaError) {
|
2019-07-12 09:40:42 +00:00
|
|
|
background : #c0ffc0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-02-20 14:21:32 +00:00
|
|
|
body.ttrss_prefs,
|
|
|
|
body.ttrss_utility {
|
|
|
|
fieldset {
|
|
|
|
border-width : 0px;
|
|
|
|
padding : 5px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset.narrow {
|
|
|
|
padding : 2px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset.align-right {
|
|
|
|
text-align : right;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset > label:first-of-type {
|
|
|
|
min-width : 140px;
|
|
|
|
margin-right : 20px;
|
|
|
|
display : inline-block;
|
|
|
|
text-align : right;
|
|
|
|
font-weight : bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset > label.checkbox {
|
|
|
|
display : inline;
|
|
|
|
font-weight : normal;
|
|
|
|
}
|
|
|
|
}
|