]> git.wh0rd.org - tt-rss.git/blobdiff - themes/neon/theme.css
css: font family tweaks
[tt-rss.git] / themes / neon / theme.css
index 9f67981a36d0f0d08873e1ec716e6f6dc537a326..af74cc3dd731f71604ff18e4ba71669d4dea2b80 100644 (file)
@@ -66,6 +66,8 @@ input, select, button {
        border : 1px solid black;
        color : #b077ec;
        padding : 2px 4px 2px 4px;
+       font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
+       font-size : 12px;
 }
 
 button:active {
@@ -321,10 +323,16 @@ div.notice {
        color : gray;
 }
 
-.notify, .notifyInfo, .notifyProgress {
+div.error, div.warning {
+       background : #3c2c4c;
+       border : 1px solid #404040;
+       color : #b077ec:;
+}
+
+.notify, .notifyInfo, .notifyProgress, .notifyError {
        border-color : #b077ec;
        background-color : #3c2c4c;
-       color : gray;
+       color : #b077ec;
 }
 
 div.tagCloudContainer {
@@ -565,3 +573,8 @@ div.colorPicker {
        color : gray;
 }
 
+ul.feedErrorsList {
+       border : 1px solid #404040;
+       background-color : #303030;
+}
+