1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-02 21:07:11 +00:00

more button styles work

This commit is contained in:
Andrew Dolgov
2010-01-12 15:56:29 +03:00
parent ad491d75a6
commit 577399e829
6 changed files with 82 additions and 126 deletions

View File

@@ -487,10 +487,6 @@ tr.title td a:hover {
color : black;
}
div.feedEditSearch {
float : right;
}
table.prefFeedList td.feedEditCat {
font-weight : bold;
border-width : 0px 0px 1px 0px;
@@ -2270,8 +2266,8 @@ button, select {
font-size : 100%;
/* line-height : 120%; */
text-decoration : none;
font-weight : bold;
color : #565656;
/* font-weight : bold; */
color : #303030;
cursor : pointer;
padding : 1px 3px 1px 3px;
}
@@ -2281,6 +2277,13 @@ select {
padding : 1px 0px 1px 3px;
}
input {
background : white;
border : 1px solid #bebebe;
font-size : 100%;
padding : 1px 3px 1px 3px;
}
button:hover {
background-color : #f9faff;
border : 1px solid #88b0f0;