]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
more button styles work
[tt-rss.git] / tt-rss.css
index 0172d6c300e3b3d285b23b50e1996c835336b574..300ddcac5efd1dfd803a8a1c0e861195508627f6 100644 (file)
@@ -2257,3 +2257,38 @@ div#auxDlg {
 div#auxDlg a {
        color : #4684ff;
 }
+
+button, select {
+       background-color : transparent;
+       background-repeat : repeat-x;
+       background-position : top left;
+       background-image : url("images/button.png");
+       border : 1px solid #bebebe;
+/*     border-top : 1px solid #f0f0f0;
+       border-left : 1px solid #f0f0f0; */
+       font-family : "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
+       font-size : 100%;
+/*     line-height : 120%; */
+       text-decoration : none;
+       font-weight : bold;
+       color : #565656;
+       cursor : pointer;
+       padding : 1px 3px 1px 3px;
+}
+
+select {
+       background : #ffffff;
+       padding : 1px 0px 1px 3px;
+}
+
+button:hover {
+       background-color : #f9faff;
+       border : 1px solid #88b0f0;
+       color : #336699;
+}
+
+button[disabled] {
+       background : #f0f0f0;
+       color : #dedede;
+       border : 1px solid #dedede;
+}