Changed theme to differentiate from Tab Groups plugin.
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 5.9 KiB |
@@ -8,8 +8,7 @@ html, body {
|
||||
}
|
||||
|
||||
#masterContainer {
|
||||
background-image: url("../backgrounds/bg1.jpg");
|
||||
background-repeat: repeat;
|
||||
background: radial-gradient(circle,#000000,#676767);
|
||||
width: 710px;
|
||||
height: auto;
|
||||
}
|
||||
@@ -18,13 +17,13 @@ html, body {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
background: rgba(255,255,255, 1);
|
||||
margin-left: 1.5em;
|
||||
margin-left: 1.4em;
|
||||
}
|
||||
|
||||
#udArrows {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
margin-left: 40%;
|
||||
margin-left: 36%;
|
||||
}
|
||||
|
||||
#udArrows button {
|
||||
@@ -44,12 +43,12 @@ html, body {
|
||||
width: 630px;
|
||||
background: rgb(255,255,255);
|
||||
color: rgba(9,107,120, 0.85);
|
||||
border-color: rgba(9,107,120, 0.85);
|
||||
text-align: center;
|
||||
border-color: rgba(0,0,0, 0.85);
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
#searchBar {
|
||||
border-style: solid;
|
||||
padding: 0.5em;
|
||||
font-size: 2em;
|
||||
}
|
||||
@@ -57,12 +56,12 @@ html, body {
|
||||
#errorZone {
|
||||
color: red;
|
||||
border-style: dotted;
|
||||
margin: 6em 0em 0em 2em;
|
||||
margin: 6em 0em 2em 2em;
|
||||
padding: 0.5em 0em 0.5em 0em;
|
||||
}
|
||||
|
||||
#listZone {
|
||||
background-color: rgba(9,107,120, 0.85);
|
||||
background-color: rgba(255,255,255, 1);
|
||||
float: left;
|
||||
width: 630px;
|
||||
height: auto;
|
||||
@@ -71,7 +70,7 @@ html, body {
|
||||
|
||||
.block {
|
||||
display: block;
|
||||
background-color: rgba(158, 181, 219, 0.53);
|
||||
background-color: rgba(89, 89, 89, 0.8);
|
||||
color: rgba(255,255,255,1);
|
||||
float: left;
|
||||
width: 125px;
|
||||
@@ -82,8 +81,8 @@ html, body {
|
||||
}
|
||||
.block:hover {
|
||||
cursor: pointer;
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
color: rgba(64,64,64, 0.84);
|
||||
background-color: rgba(152, 152, 152, 0.8);
|
||||
color: rgba(255, 255, 255, 0.84);
|
||||
}
|
||||
|
||||
.block-focused {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 420 B |
Binary file not shown.
Before Width: | Height: | Size: 446 B |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Tab Search",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.2",
|
||||
"description": "Search Tabs and switch to them quickly.",
|
||||
|
||||
"applications": {
|
||||
@@ -16,14 +16,9 @@
|
||||
"96": "icons/tabsSearch_96.png"
|
||||
},
|
||||
|
||||
"web_accessible_resources": [
|
||||
"icons/*.png",
|
||||
"backgrounds/*.jpg"
|
||||
],
|
||||
"web_accessible_resources": [ "icons/*.png" ],
|
||||
|
||||
"permissions": [
|
||||
"tabs"
|
||||
],
|
||||
"permissions": [ "tabs" ],
|
||||
|
||||
"browser_action": {
|
||||
"default_icon": "icons/tabsSearch_48.png",
|
||||
|
Reference in New Issue
Block a user