You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2019/12/02 09:29:43 UTC

[myfaces-tobago] 06/19: Tobago-1999: cleanup style

This is an automated email from the ASF dual-hosted git repository.

weber pushed a commit to branch TOBAGO-1999_Select2
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit b98f0e2c99aaa5bb8d9ed28790fa85e1d45b6f47
Author: Volker Weber <v....@inexso.de>
AuthorDate: Wed Aug 21 12:30:30 2019 +0200

    Tobago-1999: cleanup style
---
 .../renderkit/html/speyside/standard/style/tobago.less    | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/tobago-theme/tobago-theme-speyside/src/main/less/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago.less b/tobago-theme/tobago-theme-speyside/src/main/less/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago.less
index 95cf64a..04ce858 100644
--- a/tobago-theme/tobago-theme-speyside/src/main/less/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago.less
+++ b/tobago-theme/tobago-theme-speyside/src/main/less/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago.less
@@ -1043,10 +1043,13 @@ input.tobago-time-markup-error, input.tobago-time-markup-fatal {
 
 /* select2 */
 
+.select2-container--default .select2-selection--single,
+.select2-container--default .select2-selection--multiple {
+    border: 1px solid darken(@borderColor, 10%);
+    font: @font;
+    .border-radius;
+}
 .select2-container--default .select2-selection--single {
-  border: 1px solid darken(@borderColor, 10%);
-  font: @font;
-  .border-radius;
   height: 20px;
 }
 
@@ -1064,9 +1067,3 @@ input.tobago-time-markup-error, input.tobago-time-markup-fatal {
   border-color: @textColor transparent transparent transparent;
 }
 
-.select2-container--default .select2-selection--multiple {
-  border: 1px solid darken(@borderColor, 10%);
-  font: @font;
-  .border-radius;
-
-}
\ No newline at end of file