Skip to content

Commit

Permalink
Remove capitalization from interface, minor css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jrie committed Jan 27, 2019
1 parent 2505c09 commit a241508
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
20 changes: 14 additions & 6 deletions cookies.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ span, p, h1, h2, h3, h4, h5 {
display: block;
font-weight: bold;
font-size: 1.35em;
text-transform: none;
position: sticky;
top: 0px;
z-index: 10;
Expand Down Expand Up @@ -333,6 +332,10 @@ li.cookieEntrySublistd.unremoved-secure-cookie {
margin-left: 6px;
}

.chrome .subloadbar span {
margin-left: 16px;
}

.subloadbar {
border: 1px solid #ccc;
background-color: #eee;
Expand Down Expand Up @@ -395,7 +398,6 @@ li.cookieEntrySublistd.unremoved-secure-cookie {

button,
#settings-action-all-import {
text-transform: capitalize;
text-align: center;
background-color: #446;
border-radius: 24px 24px;
Expand All @@ -407,6 +409,13 @@ button,
box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.12);
}

#settings-action-all-import span {
font-size: inherit;
font-weight: inherit;
color: inherit;
word-wrap: break-word;
}

.chrome button,
#settings-action-all-import {
padding: 8px 12px 7px 12px;
Expand Down Expand Up @@ -453,7 +462,6 @@ button::-moz-focus-inner {
transition-duration: 120ms;
position: relative;
margin-right: 8px;
text-transform: capitalize;
top: -2px;
}

Expand Down Expand Up @@ -796,10 +804,10 @@ textarea#log {
#settings-action-all-import {
margin-left: 35px;
margin-bottom: 35px;
width: 240px;
min-width: 240px;
max-width: 240px;
min-width: 210px;
max-width: 210px;
float: right;
word-wrap: break-word;
}

#settings-confirm-clear,
Expand Down
2 changes: 1 addition & 1 deletion cookies.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<hr>
<div id="settings-all-export"><span>__MSG_ExportSettingsDescription__</span></div><button id="settings-action-all-export" title="__MSG_ExportCookieSettingsHelp__">__MSG_ExportSettingsText__</button>
<hr>
<div id="settings-all-import"><button id="confirmImportOverwrite" class="checkmark-confirm"></button><span>__MSG_ImportSettingsDescription__</span></div><label id="settings-action-all-import" for="importFile" title="__MSG_ImportCookieSettingsHelp__"> __MSG_ImportSettingsText__<input type="file" accept=".zip" name="importFile" id="importFile" hidden="true" /></label>
<div id="settings-all-import"><button id="confirmImportOverwrite" class="checkmark-confirm"></button><span>__MSG_ImportSettingsDescription__</span></div><label id="settings-action-all-import" for="importFile" title="__MSG_ImportCookieSettingsHelp__"><span> __MSG_ImportSettingsText__</span><input type="file" accept=".zip" name="importFile" id="importFile" hidden="true" /></label>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"homepage_url": "https://github.com/jrie/flagCookies",
"manifest_version": 2,
"name": "Flag Cookies",
"version": "3.0.46",
"version": "3.0.47",
"permissions": ["cookies", "tabs", "webRequest", "<all_urls>", "storage", "unlimitedStorage", "notifications", "contextualIdentities"],
"background": {
"scripts": [
Expand Down

0 comments on commit a241508

Please sign in to comment.