1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-08 11:41: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

@@ -52,7 +52,7 @@ div.insensitive-small {
}
a {
color : #4684ff;
color : rgb(82, 168, 236);
text-decoration : none;
}
@@ -120,14 +120,14 @@ a:hover {
}
h1 {
color : #88b0f0;
color : rgb(82, 168, 236);
font-size : 32px;
margin : 20px 0px 5px 0px;
text-shadow : 0 0 6px #fff;
}
h2 {
color : #88b0f0;
color : rgb(82, 168, 236);
font-size : 14pt;
border-width : 0px 0px 1px 0px;
border-color : #f0f0f0;
@@ -192,12 +192,12 @@ body#sharepopup {
body#sharepopup h1 {
font-size : 14px;
margin : 0px;
color : #88b0f0;
color : rgb(82, 168, 236);
}
body#sharepopup table {
background : white;
border : 1px solid #88b0f0;
border : 1px solid rgb(82, 168, 236);
padding : 5px;
}