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/12/01 13:46:16 UTC

svn commit: r1772204 - in /myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/scss: _tobago.scss tobago.css

Author: lofwyr
Date: Thu Dec  1 13:46:16 2016
New Revision: 1772204

URL: http://svn.apache.org/viewvc?rev=1772204&view=rev
Log:
try to revert lost history

Removed:
    myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/scss/_tobago.scss
Modified:
    myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/scss/tobago.css

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/scss/tobago.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/scss/tobago.css?rev=1772204&r1=1772203&r2=1772204&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/scss/tobago.css (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/scss/tobago.css Thu Dec  1 13:46:16 2016
@@ -16,6 +16,14 @@
  */
 
 /*
+Todo: check, if this is needed? (It doesn't work with the build system)
+
+.tobago-file-real {
+  filter: alpha(opacity: 0);
+}
+*/
+
+/*
  * theme: standard
  * agent: standard
  */
@@ -95,7 +103,6 @@ body {
   bottom: 0;
   opacity: 0;
   width: 100%;
-  filter: alpha(opacity: 0);
   z-index: 2;
 }
 
@@ -124,6 +131,7 @@ body {
 
 .tobago-flexLayout > .form-control:nth-child(n+2),
 .tobago-flexLayout > .input-group:nth-child(n+2),
+.tobago-flexLayout > .tobago-input-group-outer:nth-child(n+2),
 .tobago-flexLayout > .tobago-out:nth-child(n+2),
 .tobago-flexLayout > .tobago-panel:nth-child(n+2),
 .tobago-flexLayout > .tobago-label:nth-child(n+2),
@@ -132,43 +140,43 @@ body {
     margin-left: 5px;
 }
 
-.alignItems-baseline {
+.tobago-alignItems-baseline {
   align-items: baseline;
 }
 
-.alignItems-center {
+.tobago-alignItems-center {
   align-items: center;
 }
 
-.alignItems-flexEnd {
+.tobago-alignItems-flexEnd {
   align-items: flex-end;
 }
 
-.alignItems-flexStart {
+.tobago-alignItems-flexStart {
   align-items: flex-start;
 }
 
-.alignItems-stretch {
+.tobago-alignItems-stretch {
   align-items: stretch;
 }
 
-.justifyContent-center {
+.tobago-justifyContent-center {
   justify-content: center;
 }
 
-.justifyContent-flexStart {
+.tobago-justifyContent-flexStart {
   justify-content: flex-start;
 }
 
-.justifyContent-flexEnd{
+.tobago-justifyContent-flexEnd{
   justify-content: flex-end;
 }
 
-.justifyContent-spaceBetween{
+.tobago-justifyContent-spaceBetween{
   justify-content: space-between;
 }
 
-.justifyContent-spaceAround{
+.tobago-justifyContent-spaceAround{
   justify-content: space-around;
 }
 
@@ -246,11 +254,6 @@ table.tobago-gridLayout > tbody > tr:fir
   white-space: normal
 }
 
-.tobago-link-markup-disabled {
-  cursor: not-allowed;
-  opacity: .65;
-}
-
 button.tobago-link, button.tobago-command, button.tobago-treeCommand {
   color: #0275d8;
   border-width: 0;
@@ -268,6 +271,16 @@ button.tobago-treeCommand:focus, button.
   outline: none;
 }
 
+button.tobago-link-markup-disabled, button.tobago-command-markup-disabled {
+  cursor: not-allowed;
+  opacity: .65;
+}
+
+button.tobago-link-markup-disabled:hover, button.tobago-command-markup-disabled:hover {
+  color: #0275d8;
+  text-decoration: none;
+}
+
 /* messages ----------------------------------------------------------- */
 
 .tobago-messages label {
@@ -280,7 +293,7 @@ button.tobago-treeCommand:focus, button.
 
 /* nav ----------------------------------------------------------- */
 
-.nav-item > .tobago-link, .nav-item > .tobago-command {
+.nav-item > span > .tobago-link, .nav-item > span > .tobago-command {
   padding-top: .425rem;
   padding-bottom: .425rem;
   display: inline-block;
@@ -292,7 +305,7 @@ button.tobago-treeCommand:focus, button.
 }
 
 /* styles for drop down menu with deeper level */
-.dropdown-submenu {
+.tobago-dropdown-submenu {
   position: relative;
 }
 
@@ -311,7 +324,12 @@ button.tobago-treeCommand:focus, button.
   border-bottom: #dddddd;
 }
 
-.dropdown-submenu > .dropdown-menu {
+.tobago-dropdown-submenu > span {
+  display: inline-block;
+  width: 100%;
+}
+
+.tobago-dropdown-submenu > span > .dropdown-menu {
   top: 0;
   left: 100%;
   margin-top: -6px;
@@ -321,11 +339,11 @@ button.tobago-treeCommand:focus, button.
   border-radius: 6px 6px 6px 6px;
 }
 
-.dropdown-submenu:hover > .dropdown-menu {
+.tobago-dropdown-submenu:hover > span > .dropdown-menu {
   display: block;
 }
 
-.dropdown-submenu:after {
+.tobago-dropdown-submenu:after {
   content: " ";
   float: right;
   border-color: transparent;
@@ -336,19 +354,19 @@ button.tobago-treeCommand:focus, button.
   margin-right: -10px;
 }
 
-.dropdown-submenu > button:after {
+.tobago-dropdown-submenu > span > button:after {
   display: none;
 }
 
-.dropdown-submenu:hover > a:after {
+.tobago-dropdown-submenu:hover > span > a:after {
   border-left-color: #ffffff;
 }
 
-.dropdown-submenu.pull-left {
+.tobago-dropdown-submenu.pull-left {
   float: none;
 }
 
-.dropdown-submenu.pull-left > .dropdown-menu {
+.tobago-dropdown-submenu.pull-left > .dropdown-menu {
   left: -100%;
   margin-left: 10px;
   -webkit-border-radius: 6px 0 6px 6px;
@@ -639,7 +657,7 @@ p.tobago-separator:after {
   margin-bottom: 0;
 }
 
-.tableLayout-fixed {
+.tobago-tableLayout-fixed {
   table-layout: fixed;
 }
 
@@ -716,12 +734,19 @@ p.tobago-separator:after {
   margin: 0;
 }
 
-/* tree ---------------------------------------------------------------------- */
+/* tab / tab-group ----------------------------------------------------------------- */
 
 .tobago-tab {
   display: flex;
   justify-content: space-between;
   align-content: center;
+  margin-left: 0.2rem;
+}
+
+.tab-content {
+  border: 1px solid #ddd;
+  border-radius: 0.25rem;
+  padding: 0.3rem;
 }
 
 /* tree ---------------------------------------------------------------------- */
@@ -784,33 +809,33 @@ fixme: there is a problem with the selec
   display: none;
 }
 
-.has-info .form-control-feedback,
-.has-info .form-control-label,
-.has-info .form-check-label,
-.has-info .form-check-inline,
-.has-info .custom-control {
+.tobago-has-info .form-control-feedback,
+.tobago-has-info .form-control-label,
+.tobago-has-info .form-check-label,
+.tobago-has-info .form-check-inline,
+.tobago-has-info .custom-control {
   color: #5bc0de;
 }
 
-.has-info .form-control {
+.tobago-has-info .form-control {
   border-color: #5bc0de;
 }
 
-.has-info .input-group-addon {
+.tobago-has-info .input-group-addon {
   color: #5bc0de;
   background-color: #eaf6ea;
   border-color: #5bc0de;
 }
 
-.has-info .form-control-feedback {
+.tobago-has-info .form-control-feedback {
   color: #5bc0de;
 }
 
-.has-info .form-control-success {
+.tobago-has-info .form-control-success {
   background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==");
 }
 
-.required .tobago-label:after {
+.tobago-required .tobago-label:after {
   content:"*";
   color:red;
 }