From e258bece165a07cc1002447a75bf0ce3a5ea9f29 Mon Sep 17 00:00:00 2001 From: Kevin Nadro Date: Thu, 7 Jul 2016 11:07:23 -0700 Subject: [PATCH 1/2] fixing css --- css/stylesheet.css | 5 +++++ index.html | 10 +++++----- js/dom/add_files.js | 3 ++- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/css/stylesheet.css b/css/stylesheet.css index fc83383a..18a6be47 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -63,6 +63,7 @@ button { .btn:hover, button:hover { background: rgba(0, 0, 0, .15); + border-bottom: 0px solid #505050; } .btn.active, @@ -90,6 +91,10 @@ button input { border: none; } +.tab_button{ + border-bottom: 1px solid #505050; +} + .divider { position: absolute !important; z-index: 3; diff --git a/index.html b/index.html index 7e150bc6..86ed1f4f 100644 --- a/index.html +++ b/index.html @@ -117,9 +117,9 @@

- - - + + +
@@ -136,8 +136,8 @@

- - + +
diff --git a/js/dom/add_files.js b/js/dom/add_files.js index f5e95677..3dd13304 100644 --- a/js/dom/add_files.js +++ b/js/dom/add_files.js @@ -24,9 +24,10 @@ module.exports = (category, algorithm, files, requestedFile) => { each(files, (file, explanation) => { var $file = addFileToDOM(category, algorithm, file, explanation); + $file.addClass('tab_button'); if (requestedFile && requestedFile == file) $file.click(); }); if (!requestedFile) $('.files_bar > .wrapper > button').first().click(); $('.files_bar > .wrapper').scroll(); -}; \ No newline at end of file +}; From f7ad1bef60d302454542356497d7c6dfdfc19e0e Mon Sep 17 00:00:00 2001 From: Kevin Nadro Date: Fri, 8 Jul 2016 08:18:47 -0700 Subject: [PATCH 2/2] fixing colors - its odd with the colors being off by a few values when the button actually gets added to the container --- css/stylesheet.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/css/stylesheet.css b/css/stylesheet.css index 18a6be47..d60af625 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -63,17 +63,16 @@ button { .btn:hover, button:hover { background: rgba(0, 0, 0, .15); - border-bottom: 0px solid #505050; } .btn.active, button.active { - background: rgb(38, 38, 38); + background: rgb(36, 36, 36); } .btn.active:hover, button.active:hover { - background: rgba(38, 38, 38); + background: rgba(36, 36, 36); color: rgba(187, 187, 187, .8); } @@ -401,7 +400,7 @@ section { border: none; top: 30px; height: 30px; - background: rgb(38, 38, 38); + background: rgb(36, 36, 36); padding: 8px; font-size: 12px; } pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy