mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-08 10:19:15 +00:00
mobile version recolorings
This commit is contained in:
@@ -12,7 +12,7 @@ h2 {
|
||||
font-weight : bold;
|
||||
border-width : 0px 0px 1px 0px;
|
||||
border-style : solid;
|
||||
border-color : #e0e0e0;
|
||||
border-color : #88b0ff;
|
||||
}
|
||||
|
||||
h3 {
|
||||
@@ -23,30 +23,11 @@ h3 {
|
||||
border-color : #e0e0e0;
|
||||
}
|
||||
|
||||
td > input, div > input {
|
||||
border : 1px solid #a0a0a0;
|
||||
}
|
||||
|
||||
.button {
|
||||
border : 1px solid #d0d0d0;
|
||||
background-image : url("../images/button.png");
|
||||
background-position : top;
|
||||
background-repeat : repeat-x;
|
||||
background-color : white;
|
||||
color : black;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background : white;
|
||||
text-decoration : none;
|
||||
color : black;
|
||||
}
|
||||
|
||||
#heading {
|
||||
padding : 2px;
|
||||
border-width : 0px 0px 1px 0px;
|
||||
border-style : solid;
|
||||
border-color : #a0a0a0;
|
||||
border-color : #88b0ff;
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
@@ -57,10 +38,9 @@ td > input, div > input {
|
||||
#footer {
|
||||
border-width : 1px 0px 0px 0px;
|
||||
border-style : solid;
|
||||
border-color : #c0c0c0;
|
||||
border-color : #88b0ff;
|
||||
text-align : center;
|
||||
font-size : x-small;
|
||||
background-color : white;
|
||||
color : gray;
|
||||
padding : 2px;
|
||||
}
|
||||
@@ -92,7 +72,7 @@ ul.feedList li.feedCat a {
|
||||
}
|
||||
|
||||
ul.feedList li.feedCat a:hover {
|
||||
color : #5050aa;
|
||||
color : #4684ff;
|
||||
}
|
||||
|
||||
ul.feedCatList {
|
||||
@@ -122,7 +102,7 @@ ul.headlines a, ul.feedList a {
|
||||
}
|
||||
|
||||
a {
|
||||
color : #5050aa;
|
||||
color : #4684ff;
|
||||
text-decoration : none;
|
||||
}
|
||||
|
||||
@@ -146,11 +126,13 @@ ul.feedlist li.tagUnread {
|
||||
}
|
||||
|
||||
.even {
|
||||
background-color : #e0e0e0;
|
||||
background-color : #88b0ff;
|
||||
}
|
||||
|
||||
.evenUnread {
|
||||
background-color : #e0e0e0;
|
||||
border-width : 1px 0px 1px 0px;
|
||||
border-color : #88b0ff;
|
||||
border-style : solid;
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user