1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

dijit style updates

This commit is contained in:
Andrew Dolgov
2015-08-12 16:58:06 +03:00
parent f9c1f8b0d4
commit 0acc1ed76e
6 changed files with 79 additions and 38 deletions

View File

@@ -130,12 +130,14 @@ hr {
}
a {
color : #4684ff;
text-decoration : none;
color: #0088cc;
text-decoration: none;
}
a:hover {
color : #88b0f0;
a:hover,
a:focus {
color: #005580;
text-decoration: underline;
}
#piggie {
@@ -199,7 +201,7 @@ a:hover {
}
.notify.notify_info {
border-color : #88b0f0;
border-color : rgb(82, 168, 236);
background-color : #ecf4ff;
}
@@ -222,7 +224,7 @@ a:hover {
}
.hl.active div.hlTitle a {
color : #4684ff;
color : rgb(82, 168, 236);
/* text-shadow : 1px 1px 2px #fff; */
}
@@ -712,7 +714,7 @@ div#cmdline {
color : #555;
font-weight : bold;
background-color : white;
border : 1px solid #88b0f0;
border : 1px solid rgb(82, 168, 236);
padding : 3px 5px 3px 5px;
z-index : 5;
}
@@ -768,7 +770,7 @@ div.hlRight img {
}
.hl span.hlFeed a:hover {
color : #4684ff;
color : rgb(82, 168, 236);
}
.hl span.hlUpdated {
@@ -965,7 +967,7 @@ img.feedIcon, img.tinyFeedIcon {
}
#headlines-spacer a:hover {
color : #88b0f0;
color : rgb(82, 168, 236);
}
ul#filterDlg_Matches, ul#filterDlg_Actions {
@@ -998,7 +1000,7 @@ ul.helpKbList {
ul.helpKbList span.hksequence {
width : 6em;
margin-left : 20px;
color : #88b0f0;
color : rgb(82, 168, 236);
font-weight : bold;
display : inline-block;
}
@@ -1090,9 +1092,9 @@ body#ttrssMain #feedTree .counterNode {
display : inline-block;
font-size : 9px;
text-align : center;
border : 1px solid #88b0f0;
border : 1px solid rgb(82, 168, 236);
color : white;
background : #88b0f0;
background : rgb(82, 168, 236);
border-radius : 4px;
vertical-align : middle;
float : right;