The My Opera forums have been replaced with forums.opera.com. Please head over there to discuss Opera's products and features
See the new ForumsYou need to be logged in to post in the forums. If you do not have an account, please sign up first.
expanding difficult rules
Can you add option do not expand difficult rules in "Styles"-tab and "DOM"-tab?In my experience expanding is very not convenient when "simple" rule:
~~~~~~~
border: 1px solid red;
~~~~~~~
expanded into:
~~~~~~~
border-bottom-color: rgb(255, 0, 0);
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgb(255, 0, 0);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(255, 0, 0);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(255, 0, 0);
border-top-style: solid;
border-top-width: 1px;
~~~~~~~
Better yet, it would be awesome if the style window acted like a tree view, so shortcut rules would show up like "border: 1px solid red" but could be expanded to show the list of individual rules.
Opera 12.15 - Win 8 Pro x64 All my Opera tools -Tab Vault: Save tabs for later -AutoStack: tabs opened from a stack stay there
Originally posted by hzr:
This is being worked on as we speak.
26.09.2011, Version 1.2011.09.22.1: Don't work at me or I can't find this setting

How I test:
1. right click on any link / Inspect Element / Styles / New Style
2. enter: "a {border:1px solid red};" + Apply
3. scroll up "Styles"
result:
border-bottom-color: rgb(255, 0, 0);
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgb(255, 0, 0);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(255, 0, 0);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(255, 0, 0);
border-top-style: solid;
border-top-width: 1px;