mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Revert "Revert "Theme compatibility fixes""
This reverts commit 1db8b0f23c.
This commit is contained in:
@@ -43,6 +43,8 @@ Version: 3.4.8 Timestamp: Thu May 1 09:50:32 EDT 2014
|
||||
text-align: left !important;
|
||||
text-decoration: none !important;
|
||||
|
||||
-moz-border-radius: 2px !important;
|
||||
-webkit-border-radius: 2px !important;
|
||||
border-radius: 2px !important;
|
||||
|
||||
background-clip: padding-box !important;
|
||||
@@ -58,7 +60,8 @@ Version: 3.4.8 Timestamp: Thu May 1 09:50:32 EDT 2014
|
||||
}
|
||||
|
||||
.select2-container.select2-drop-above .select2-choice {
|
||||
|
||||
-moz-border-radius: 0 0 2px 2px !important;
|
||||
-webkit-border-radius: 0 0 2px 2px !important;
|
||||
border-radius: 0 0 2px 2px !important;
|
||||
}
|
||||
|
||||
@@ -76,6 +79,7 @@ Version: 3.4.8 Timestamp: Thu May 1 09:50:32 EDT 2014
|
||||
text-overflow: ellipsis !important;
|
||||
float: none !important;
|
||||
width: auto !important;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.select2-container .select2-choice abbr {
|
||||
@@ -129,6 +133,8 @@ Version: 3.4.8 Timestamp: Thu May 1 09:50:32 EDT 2014
|
||||
background: #fff;
|
||||
color: #666;
|
||||
|
||||
-moz-border-radius: 0 0 2px 2px;
|
||||
-webkit-border-radius: 0 0 2px 2px;
|
||||
border-radius: 0 0 2px 2px;
|
||||
|
||||
box-shadow: none;
|
||||
@@ -138,6 +144,8 @@ Version: 3.4.8 Timestamp: Thu May 1 09:50:32 EDT 2014
|
||||
.select2-drop.select2-drop-above {
|
||||
margin-top: 1px;
|
||||
|
||||
-moz-border-radius: 2px 2px 0 0;
|
||||
-webkit-border-radius: 2px 2px 0 0;
|
||||
border-radius: 2px 2px 0 0;
|
||||
|
||||
box-shadow: none;
|
||||
@@ -167,6 +175,8 @@ Version: 3.4.8 Timestamp: Thu May 1 09:50:32 EDT 2014
|
||||
position: absolute !important;
|
||||
right: 0 !important;
|
||||
top: 0 !important;
|
||||
-moz-border-radius: 0 2px 2px 0 !important;
|
||||
-webkit-border-radius: 0 2px 2px 0 !important;
|
||||
border-radius: 0 2px 2px 0 !important;
|
||||
background-clip: padding-box !important;
|
||||
text-align: center !important;
|
||||
@@ -220,6 +230,8 @@ Version: 3.4.8 Timestamp: Thu May 1 09:50:32 EDT 2014
|
||||
outline: 0 !important;
|
||||
border: 1px solid #ddd !important;
|
||||
color: #666 !important;
|
||||
-moz-border-radius: 2px !important;
|
||||
-webkit-border-radius: 2px !important;
|
||||
border-radius: 2px !important;
|
||||
font-size: 15px !important;
|
||||
box-sizing: border-box !important;
|
||||
@@ -425,7 +437,10 @@ disabled look for disabled choices in the results dropdown
|
||||
cursor: text !important;
|
||||
overflow: hidden !important;
|
||||
|
||||
-moz-border-radius: 2px !important;
|
||||
-webkit-border-radius: 2px !important;
|
||||
border-radius: 2px !important;
|
||||
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
@@ -485,7 +500,10 @@ html[dir="rtl"] .select2-container-multi .select2-choices li
|
||||
cursor: default;
|
||||
border: 1px solid #dddddd;
|
||||
|
||||
-moz-border-radius: 2px;
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
|
||||
box-shadow: none !important;
|
||||
|
||||
-webkit-touch-callout: none;
|
||||
|
||||
Reference in New Issue
Block a user