Ticket #5531: issue_5531.patch

File issue_5531.patch, 976 bytes (added by simenheg, 7 years ago)
  • mediagoblin/themes/airy/assets/css/airy.css

    From 5f93f4f269edd73e1eef757b8f2a19283d2da3e5 Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Simen=20Heggest=C3=B8yl?= <simenheg@gmail.com>
    Date: Sun, 8 Oct 2017 15:57:38 +0200
    Subject: [PATCH] Make admin panel headers readable in Airy theme
    
    The admin panel headers are white by default, making them almost
    unreadable on the light background used in the Airy theme. Make the
    headers dark, like text elsewhere in the theme.
    ---
     mediagoblin/themes/airy/assets/css/airy.css | 4 ++++
     1 file changed, 4 insertions(+)
    
    diff --git a/mediagoblin/themes/airy/assets/css/airy.css b/mediagoblin/themes/airy/assets/css/airy.css
    index 7539997e..047e02dc 100644
    a b footer {  
    5252  border-top: 1px solid #E4E4E4;
    5353}
    5454
     55table.admin_panel th {
     56  color: #4a4a4a;
     57}
     58
    5559.button_action, .button_action_highlight, .button_form {
    5660  color: #4a4a4a;
    5761  background-color: #fff;