[recipes: 2/3] theming: keymap overlay



commit af023e521b1b2bc56e4e7bd1c99bf2b6cdc0d972
Author: Jakub Steiner <jimmac gmail com>
Date:   Tue Feb 21 13:31:30 2017 +0100

    theming: keymap overlay
    
    - make slightly less ugly:
      - semi-opaque background
      - 32px margin
    
    FIXME: doubletap icons should be close together
           32px gap to the descriptions

 src/recipes.css |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/src/recipes.css b/src/recipes.css
index 617a2d5..c67f3b4 100644
--- a/src/recipes.css
+++ b/src/recipes.css
@@ -339,19 +339,20 @@ button.osd {
 }
 
 .cooking.overlay {
-        background: gray;
-        padding: 40px;
-        border-radius: 20px;
+        background: rgba(160,160,160,0.9);
+        padding: 32px;
+        border-radius: 16px;
 }
 
 .cooking .heading {
-        font-size: 30px;
+        font-size: 150%;
+        margin-bottom: 1em;
 }
 
 .cooking-image {
         color: #ddd;
         background-color: transparent;
-        border: 1px solid white;
+        border: 1px solid black;
 }
 
 .timer-label,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]