aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/css/style.css')
-rwxr-xr-xthemes/default/css/style.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/themes/default/css/style.css b/themes/default/css/style.css
index e58ef81a..b25373d6 100755
--- a/themes/default/css/style.css
+++ b/themes/default/css/style.css
@@ -417,6 +417,15 @@ a.add-to-wallabag-link-after:after {
417 padding-left: 10px; 417 padding-left: 10px;
418} 418}
419 419
420/* ==========================================================================
421 "Search" popup div related styles
422 ========================================================================== */
423
424/* Search form message needs a little more width, depending on translations */
425#search-form {
426 width: 420px;
427}
428
420.opacity03 { 429.opacity03 {
421 /*opacity: 0.3;*/ 430 /*opacity: 0.3;*/
422} 431}
@@ -429,4 +438,10 @@ a.add-to-wallabag-link-after:after {
429 text-indent: 0; 438 text-indent: 0;
430 color: black; 439 color: black;
431 width: 50px; 440 width: 50px;
432} \ No newline at end of file 441}
442
443pre code {
444 font-family: "Courier New", Courier, monospace;
445 border: 1px solid #ddd;
446 font-size: 0.96em;
447}