1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 22:19:16 +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

@@ -57,7 +57,7 @@
div.header {
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #88b0f0;
border-color : #0088cc;
margin-bottom : 1em;
padding-bottom : 5px;
}
@@ -67,7 +67,7 @@
padding-top : 5px;
border-width : 1px 0px 0px 0px;
border-style : solid;
border-color : #88b0f0;
border-color : #0088cc;
text-align : center;
color : gray;
font-size : 12px;
@@ -80,11 +80,18 @@
}
a {
color : #4684ff;
color : #0088cc;
}
a:hover {
color : black;
a {
color: #0088cc;
text-decoration: none;
}
a:hover,
a:focus {
color: #005580;
text-decoration: underline;
}
div.footer a {
@@ -92,7 +99,7 @@
}
div.footer a:hover {
color : #88b0f0;
color : #0088cc;
}
div.row {