mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-16 20:13:31 +01:00
Add skin changes from last commit
This commit is contained in:
@@ -26,27 +26,19 @@ the provisions above, a recipient may use your version of this file under
|
|||||||
the terms of any one of the MPL, the GPL or the LGPL.
|
the terms of any one of the MPL, the GPL or the LGPL.
|
||||||
}}} ***** END LICENSE BLOCK *****/
|
}}} ***** END LICENSE BLOCK *****/
|
||||||
|
|
||||||
|
@namespace liberator url("http://vimperator.org/namespaces/liberator");
|
||||||
|
|
||||||
/* Applied to all content */
|
/* Applied to all content */
|
||||||
.liberator-frame-indicator {
|
[liberator|activeframe] {
|
||||||
-moz-binding: url(chrome://vimperator/content/bindings.xml#frame);
|
-moz-binding: url(chrome://liberator/content/bindings.xml#frame);
|
||||||
}
|
}
|
||||||
|
|
||||||
#liberator-frame-indicator {
|
[liberator|highlight~=HintImage],
|
||||||
background-color: red;
|
[liberator|highlight~=Hint] {
|
||||||
opacity: 0.5;
|
|
||||||
z-index: 999;
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.liberator-hint {
|
|
||||||
z-index: 5000;
|
z-index: 5000;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
.liberator-search {
|
[liberator|highlight~=Search] {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -56,17 +48,19 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
|||||||
|
|
||||||
*:-moz-loading, *:-moz-broken { display: none !important; }
|
*:-moz-loading, *:-moz-broken { display: none !important; }
|
||||||
|
|
||||||
.hl-Completions {
|
[liberator|highlight~=Completions] {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
.hl-CompItem, .hl-CompTitle {
|
[liberator|highlight~=CompItem],
|
||||||
|
[liberator|highlight~=CompTitle] {
|
||||||
display: table-row;
|
display: table-row;
|
||||||
}
|
}
|
||||||
.hl-Completions > ul {
|
[liberator|highlight~=Completions] > ul {
|
||||||
display: table-row;
|
display: table-row;
|
||||||
}
|
}
|
||||||
.hl-CompItem > *, .hl-CompTitle > * {
|
[liberator|highlight~=CompItem] > *,
|
||||||
|
[liberator|highlight~=CompTitle] > * {
|
||||||
-moz-binding: url(chrome://liberator/content/bindings.xml#compitem-td);
|
-moz-binding: url(chrome://liberator/content/bindings.xml#compitem-td);
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|||||||
Reference in New Issue
Block a user