summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-14 17:12:34 +0300
committerAndrew Dolgov <[email protected]>2010-01-14 17:12:34 +0300
commit3e7c21a406187796079730ec1f6bccdd106437d0 (patch)
tree2c8a1a21a656a22550ff52aa643cf9c014e9addc /themes
parentb97e6e0267758351e24078f621ef313de0c747fb (diff)
update neon theme
Diffstat (limited to 'themes')
-rw-r--r--themes/neon/images/ttrss_logo.pngbin6034 -> 6858 bytes
-rw-r--r--themes/neon/images/ttrss_logo.svg2
-rw-r--r--themes/neon/theme.css46
3 files changed, 35 insertions, 13 deletions
diff --git a/themes/neon/images/ttrss_logo.png b/themes/neon/images/ttrss_logo.png
index 911e04304..5277670e7 100644
--- a/themes/neon/images/ttrss_logo.png
+++ b/themes/neon/images/ttrss_logo.png
Binary files differ
diff --git a/themes/neon/images/ttrss_logo.svg b/themes/neon/images/ttrss_logo.svg
index 56722dad8..da72b97ce 100644
--- a/themes/neon/images/ttrss_logo.svg
+++ b/themes/neon/images/ttrss_logo.svg
@@ -90,7 +90,7 @@
pagecolor="#202020"
bordercolor="#666666"
borderopacity="1.0"
- inkscape:pageopacity="1"
+ inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="3.959798"
inkscape:cx="103.10277"
diff --git a/themes/neon/theme.css b/themes/neon/theme.css
index d41cebf0f..7fb213b83 100644
--- a/themes/neon/theme.css
+++ b/themes/neon/theme.css
@@ -51,6 +51,10 @@ div#l_progress_i {
background : #202020;
}
+option {
+ color : #b077ec;
+}
+
input, select, button {
background : #3c2c4c;
border : 1px solid black;
@@ -241,36 +245,36 @@ span.contentPreview:hover, td.hlContent a:hover {
}
span#headlineActionsDrop {
- border : 1px solid #202020;
- color : gray;
- background : #202020;
+ border : 1px solid black;
+ color : #b077ec;
+ background : #3c2c4c;
}
ul#headlineActionsBody {
- background-color : #202020;
- border-color : #202020;
+ background-color : #3c2c4c;
+ border-color : black;
}
ul#headlineActionsBody li {
- color : gray;
+ color : #b077ec;
}
ul#headlineActionsBody li:hover {
- color : gray;
- background : #404040;
+ color : white;
+ background : #b077ec;
}
ul#headlineActionsBody li.insensitive {
- color : #404040;
+ color : white;
}
ul#headlineActionsBody li.insensitive:hover {
- background : #202020;
- color : #404040;
+ background : #3c2c4c;
+ color : white;
}
optgroup {
- color : #b077ec;
+ color : white;
}
#infoBoxTitle {
@@ -486,3 +490,21 @@ div.cdmContent a:hover {
color : #3c2c4c;
}
+::-moz-selection {
+ background : #3c2c4c;
+ color : white;
+}
+
+::selection {
+ background : #3c2c4c;
+ color : white;
+}
+
+code::-moz-selection {
+ background: #3c2c4c;
+}
+
+code::selection {
+ background: #3c2c4c;
+}
+