Quote:
Originally Posted by ItalianUruguayan
After doing that, I have found the relevant bits of code I need to modify:
Code:
/* found: 129 pos: bd0990 */
#urlBar {
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid black;
}
#urlBar[browserStyle="simple"] {
qproperty-visible: false;
}
|
The code you post is from the file libnickel.so.1.0.0 and it's not compressed.
There no compressed css strings in the file libnickel.so.1.0.0.
Quote:
Code:
/* found: 410 pos: c37a58 */
#browserContainer[qApp_deviceIsTrilogy="true"] {
qproperty-bottomMargin: 10;}
|
This code is compressed css from the file nickel.
See this guide
Patching compressed CSS strings.