You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/09/16 13:25:59 UTC

svn commit: r1761030 - /myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css

Author: lofwyr
Date: Fri Sep 16 13:25:59 2016
New Revision: 1761030

URL: http://svn.apache.org/viewvc?rev=1761030&view=rev
Log:
TOBAGO-1600: Update Bootstrap to 4.0.0 alpha 4 (from alpha 3)
* new classes: form-check, form-check-inline, form-check-label
* removed classes: checkbox, radio

Modified:
    myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css?rev=1761030&r1=1761029&r2=1761030&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css Fri Sep 16 13:25:59 2016
@@ -346,9 +346,8 @@ button.tobago-treeCommand:focus, button.
   border-radius: 6px 0 6px 6px;
 }
 
-.dropdown-menu .radio, .dropdown-menu .checkbox {
+.dropdown-menu .form-check {
   display: block;
-  /*margin-left: -40px; !* XXX comes the value from "list-style: outside none none" of .tobago-selectOneRadio ? *!*/
 }
 
   /* out -------------------------------------------------------------------- */
@@ -744,14 +743,9 @@ fixme: there is a problem with the selec
 
 .has-info .form-control-feedback,
 .has-info .form-control-label,
-.has-info .radio,
-.has-info .checkbox,
-.has-info .radio-inline,
-.has-info .checkbox-inline,
-.has-info.radio label,
-.has-info.checkbox label,
-.has-info.radio-inline label,
-.has-info.checkbox-inline label {
+.has-info .form-check-label,
+.has-info .form-check-inline,
+.has-info .custom-control {
   color: #5bc0de;
 }