Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
[VDR][Browser] Apply Buttons and Input areas [BB]
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Ivanov committed Apr 10, 2014
1 parent 8697ff1 commit 6b5764d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/browser/index.html
Expand Up @@ -6,10 +6,10 @@
<title>Browser</title>
<!-- Shared CSS-->
<!-- <link rel="stylesheet" href="shared/style/headers.css"> -->
<!-- <link rel="stylesheet" href="shared/style/input_areas.css"> -->
<!-- <link rel="stylesheet" href="shared/style_unstable/input_areas.css"> -->
<!-- <link rel="stylesheet" href="shared/style/status.css"> -->
<!-- <link rel="stylesheet" href="shared/style/confirm.css"> -->
<!-- <link rel="stylesheet" href="shared/style/buttons.css"> -->
<!-- <link rel="stylesheet" href="shared/style_unstable/buttons.css"> -->
<!-- <link rel="stylesheet" href="style/modal_dialog/modal_dialog.css"> -->
<!-- <link rel="stylesheet" href="style/modal_dialog/prompt.css"> -->
<!-- <link rel="stylesheet" href="style/themes/default/core.css"> -->
Expand Down
4 changes: 2 additions & 2 deletions apps/browser/js/browser.js
Expand Up @@ -130,8 +130,8 @@ var Browser = {
var filesToLoad = [
// css files
'shared/style/headers.css',
'shared/style/buttons.css',
'shared/style/input_areas.css',
'shared/style_unstable/buttons.css',
'shared/style_unstable/input_areas.css',
'shared/style/status.css',
'shared/style/confirm.css',
'style/modal_dialog/modal_dialog.css',
Expand Down
8 changes: 8 additions & 0 deletions apps/browser/style/browser.css
Expand Up @@ -283,6 +283,14 @@ input[type="image"] {
width: calc(100% - 1.5rem);
}

#url-input:disabled {
color: #000;
}

#url-bar input:focus {
box-shadow: none;
}

#url-bar.focus {
border: 0.1rem solid #00c7ef;
}
Expand Down

0 comments on commit 6b5764d

Please sign in to comment.