minor css global define tweaks to better match claro (2)

This commit is contained in:
Andrew Dolgov 2019-07-08 14:58:16 +03:00
parent 3c7414cee1
commit c0aa9d0548
3 changed files with 24 additions and 17 deletions

View File

@ -26,7 +26,7 @@ body.ttrss_main div.post {
body.ttrss_main div.post div.header {
padding: 5px;
color: #909090;
border: 0px solid #759DC0;
border: 0px solid #C0C0C0;
border-bottom-width: 1px;
background: #f5f5f5;
}
@ -187,8 +187,11 @@ body.ttrss_main .action-chooser .action-button .dijitButtonText {
body.ttrss_main .action-chooser .action-button .dijitArrowButtonInner {
display: none;
}
body.ttrss_main .hl:nth-child(odd) {
background: #F0F0F0 ! important;
}
body.ttrss_main .hl {
border: 0px solid #759DC0;
border: 0px solid #C0C0C0;
border-bottom-width: 1px;
transition: color 0.2s, background 0.2s;
display: flex;
@ -364,7 +367,7 @@ body.ttrss_main i.pub-pic {
color: #ccc;
}
body.ttrss_main div.errorExplained {
border: 1px solid #759DC0;
border: 1px solid #C0C0C0;
margin: 5px 0px 5px 0px;
padding: 5px;
}
@ -373,7 +376,7 @@ body.ttrss_main ul.browseFeedList {
width: 100%;
overflow: auto;
border-width: 0px 1px 1px 1px;
border-color: #759DC0;
border-color: #C0C0C0;
border-style: solid;
margin: 0px 0px 5px 0px;
background-color: white;
@ -425,7 +428,7 @@ body.ttrss_main div.whiteBox {
text-align: center;
padding: 1em 1em 0px 1em;
font-size: 11px;
border: 0px solid #759DC0;
border: 0px solid #C0C0C0;
border-bottom-width: 1px;
}
body.ttrss_main div#headlines-frame.wide .title {
@ -542,7 +545,7 @@ body.ttrss_main #content-wrap {
}
body.ttrss_main #feeds-holder {
padding: 0px;
border: 0px solid #759DC0;
border: 0px solid #C0C0C0;
overflow: hidden;
background: #f5f5f5;
box-shadow: inset -1px 0px 2px -1px rgba(0, 0, 0, 0.1);
@ -594,7 +597,7 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow {
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRowSelected {
box-shadow: -1px 0px 2px -1px rgba(0, 0, 0, 0.1);
border-color: #759DC0 transparent;
border-color: #C0C0C0 transparent;
background: white;
color: #333;
}
@ -635,7 +638,7 @@ body.ttrss_main #headlines-frame[is-vfeed="0"] .header .feed {
}
body.ttrss_main #headlines-frame {
padding: 0px;
border: 0px #759DC0;
border: 0px #C0C0C0;
margin-top: 0px;
-webkit-overflow-scrolling: touch;
-webkit-transform: translateZ(0);
@ -667,7 +670,7 @@ body.ttrss_main #toolbar-frame {
font-size: 12px;
}
body.ttrss_main #toolbar-frame #toolbar {
border: 0px solid #759DC0;
border: 0px solid #C0C0C0;
border-bottom-width: 1px;
padding-left: 4px;
height: 28px;
@ -736,7 +739,7 @@ body.ttrss_main #header {
}
body.ttrss_main #content-insert {
padding: 0px;
border-color: #759DC0;
border-color: #C0C0C0;
border-width: 0px;
line-height: 1.5;
overflow: auto;
@ -795,7 +798,7 @@ body.ttrss_main ul#filterDlg_Actions {
overflow: auto;
list-style-type: none;
border-style: solid;
border-color: #759DC0;
border-color: #C0C0C0;
border-width: 1px 1px 1px 1px;
background-color: white;
margin: 0px 0px 5px 0px;
@ -892,7 +895,7 @@ body.ttrss_main i.icon-score {
cursor: pointer;
}
body.ttrss_main .panel {
border: 1px solid #759DC0;
border: 1px solid #C0C0C0;
background: #f5f5f5;
padding: 4px;
}
@ -1027,7 +1030,7 @@ body.ttrss_utility div.autocomplete {
position: absolute;
width: 250px;
background-color: white;
border: 1px solid #759DC0;
border: 1px solid #C0C0C0;
margin: 0px;
padding: 0px;
}
@ -1152,7 +1155,7 @@ video::-webkit-media-controls-overlay-play-button {
white-space: normal;
}
.cdm.expanded .footer {
border: 0px solid #759DC0;
border: 0px solid #C0C0C0;
border-bottom-width: 1px;
}
.cdm.expanded > hr {
@ -1249,7 +1252,7 @@ div#floatingTitle {
top: 0px;
right: 0px;
left: 0px;
border: 0px solid #759DC0;
border: 0px solid #C0C0C0;
border-bottom-width: 1px;
background: white;
color: #555;
@ -1351,7 +1354,7 @@ div#floatingTitle.Unread a.title {
}
.cdm.expandable {
background-color: #f5f5f5;
border: 0px solid #759DC0;
border: 0px solid #C0C0C0;
border-bottom-width: 1px;
}
.cdm.expandable > hr {

View File

@ -10,7 +10,7 @@
@color-marked: #ffc069;
@color-panel-bg: #f5f5f5;
@color-checked: #69C671;
@border-default : #759DC0;
@border-default : #C0C0C0;
@default-text: #555;
@color-icon: #777;

View File

@ -217,6 +217,10 @@ body.ttrss_main {
}
}
.hl:nth-child(odd) {
background : #F0F0F0 ! important;
}
.hl {
border: 0px solid @border-default;
border-bottom-width: 1px;