Browse Source

3.2.x cleanup (#1808)

* Update uni_config bootstrap css to same version of js (3.3.7).
* small accessibility change, removed thin dot border on focus

* Ignore VS Code settings folder

* cherry picked 'Fix disabled select for Glitter Night'

* glitter night - fix search border color
pull/1812/head
thezoggy 4 years ago
committed by Safihre
parent
commit
68a5e7c8f7
  1. 3
      .gitignore
  2. 11
      interfaces/Config/templates/staticcfg/bootstrap/css/bootstrap.min.css
  3. 2
      interfaces/Glitter/templates/static/stylesheets/colorschemes/Night.css

3
.gitignore

@ -31,6 +31,9 @@ SABnzbd-*/
*.wp[ru] *.wp[ru]
.idea .idea
# VScode
.vscode/
# Testing folders # Testing folders
.cache .cache
.xprocess .xprocess

11
interfaces/Config/templates/staticcfg/bootstrap/css/bootstrap.min.css

File diff suppressed because one or more lines are too long

2
interfaces/Glitter/templates/static/stylesheets/colorschemes/Night.css

@ -165,6 +165,8 @@ tbody>tr:last-child td,
input, input,
input.form-control, input.form-control,
.input-group-addon, .input-group-addon,
.search-box input:focus,
.search-box input:valid,
select.form-control, select.form-control,
#modal-options .table-server-connections th, #modal-options .table-server-connections th,
.main-content .btn-default, .main-content .btn-default,

Loading…
Cancel
Save