mirror of https://github.com/gorhill/uBlock.git
toward v0.1.3.0
This commit is contained in:
parent
193b7613f8
commit
11228d1ecc
|
@ -27,7 +27,7 @@ body {
|
||||||
#dashboard-nav-widgets {
|
#dashboard-nav-widgets {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
padding: 4px 0 4px 0;
|
padding: 4px 0 0 0;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
@ -40,7 +40,11 @@ body {
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
|
border-bottom: 1px solid #ccc;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
display: inline-block;
|
||||||
|
position: relative;
|
||||||
|
top: 1px;
|
||||||
color: black;
|
color: black;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
font: inherit;
|
font: inherit;
|
||||||
|
@ -56,6 +60,7 @@ body {
|
||||||
.tabButton.selected {
|
.tabButton.selected {
|
||||||
border-bottom: 1px solid white;
|
border-bottom: 1px solid white;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
border-bottom: 1px solid white;
|
||||||
}
|
}
|
||||||
iframe {
|
iframe {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "__MSG_extName__",
|
"name": "__MSG_extName__",
|
||||||
"short_name": "µBlock",
|
"short_name": "µBlock",
|
||||||
"version": "0.1.2.0",
|
"version": "0.1.3.0",
|
||||||
"description": "__MSG_extShortDesc__",
|
"description": "__MSG_extShortDesc__",
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "img/icon_16.png",
|
"16": "img/icon_16.png",
|
||||||
|
|
Loading…
Reference in New Issue