1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 12:49:14 +00:00

more button styles work

This commit is contained in:
Andrew Dolgov
2010-01-12 15:27:04 +03:00
parent f88c78147e
commit ad491d75a6
5 changed files with 51 additions and 33 deletions

View 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;
}