-rw-r--r-- | content/fireflix.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/content/fireflix.css b/content/fireflix.css index 71080d1..9e7bf6b 100644 --- a/content/fireflix.css +++ b/content/fireflix.css | |||
@@ -87,3 +87,13 @@ div#searchresult_description { | |||
87 | border: dotted 1px gray; | 87 | border: dotted 1px gray; |
88 | background: white; | 88 | background: white; |
89 | } | 89 | } |
90 | |||
91 | label#search_page { | ||
92 | font-weight: bold; | ||
93 | background: white; color: #404040; | ||
94 | border-color: #c0c0c0 #404040 #404040 #c0c0c0; | ||
95 | border-style: solid; | ||
96 | border-width: 1px; | ||
97 | -moz-border-radius: 1em; | ||
98 | padding: 0.5ex 1ex; | ||
99 | } | ||