This is an automated email from the ASF dual-hosted git repository.
geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new c0bee30 CSS changes to improve HTML ui LAF on Windows (#459)
c0bee30 is described below
commit c0bee30f5ebf363567085c177a7c845a61e3f6ad
Author: Duke Script <[email protected]>
AuthorDate: Tue Mar 20 13:25:05 2018 +0100
CSS changes to improve HTML ui LAF on Windows (#459)
* changed win LAF to align radio button with label
* switched win font to tahoma
* Revert "switched win font to tahoma"
This reverts commit 363e45a73789cf0cbdad39598b7b03dab31dd9ab.
* switched win font to tahoma
---
api.htmlui/src/org/netbeans/modules/htmlui/css/wizard-win.css | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/api.htmlui/src/org/netbeans/modules/htmlui/css/wizard-win.css
b/api.htmlui/src/org/netbeans/modules/htmlui/css/wizard-win.css
index 1434858..5ed04f0 100644
--- a/api.htmlui/src/org/netbeans/modules/htmlui/css/wizard-win.css
+++ b/api.htmlui/src/org/netbeans/modules/htmlui/css/wizard-win.css
@@ -17,7 +17,7 @@ limitations under the License.
*/
body#body{
- font-family: Dialog;
+ font-family: Tahoma;
font-weight: 100;
}
@@ -67,9 +67,7 @@ input[type=checkbox]:hover:checked {
}
input[type=radio]{
- position: relative;
background: #ffffff;
- top: 4px;
width: 16px;
height: 16px;
border-radius: 10px;
--
To stop receiving notification emails like this one, please contact
[email protected].
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists