diff --git a/daemon.py b/daemon.py index c61129457..5a160d9c6 100644 --- a/daemon.py +++ b/daemon.py @@ -3663,7 +3663,7 @@ class PubServer(BaseHTTPRequestHandler): if fields.get('themeDropdown'): setTheme(baseDir, fields['themeDropdown'], - domain. + domain, allowLocalNetworkAccess) self.server.showPublishAsIcon = \ getConfigParam(self.server.baseDir, diff --git a/theme/indymediamodern/theme.json b/theme/indymediamodern/theme.json index 478243e49..d9570b5c7 100644 --- a/theme/indymediamodern/theme.json +++ b/theme/indymediamodern/theme.json @@ -2,7 +2,7 @@ "button-bottom-margin": "0", "header-vertical-offset": "10px", "header-bg-color": "#efefef", - "verticals-width": "0px", + "verticals-width": "10px", "newswire-publish-icon": "False", "line-spacing-newswire": "150%", "full-width-timeline-buttons": "False", @@ -59,7 +59,7 @@ "border-width": "0px", "border-width-header": "0px", "tab-border-width": "0px", - "tab-border-color": "grey", + "tab-border-color": "transparent", "button-corner-radius": "0px", "login-button-color": "#25408f", "login-button-fg-color": "white", diff --git a/theme/rc3/icons/person.png b/theme/rc3/icons/person.png index 5e5d3edd1..3cf18ea12 100644 Binary files a/theme/rc3/icons/person.png and b/theme/rc3/icons/person.png differ