summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-12 15:56:29 +0300
committerAndrew Dolgov <[email protected]>2010-01-12 15:56:29 +0300
commit577399e8294385343fdfc893c1436cf4ea00d49f (patch)
treef117921b2e7214b52df96480d26944d0bc9afab0 /tt-rss.css
parentad491d75a67574c1b76bfe7b269e6c22511eaede (diff)
more button styles work
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css15
1 files changed, 9 insertions, 6 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 300ddcac5..a79af4895 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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;