projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abc3114
)
Fix select2 border-box property
author
Coleman Watts
<coleman@civicrm.org>
Thu, 7 Aug 2014 16:05:47 +0000
(17:05 +0100)
committer
Coleman Watts
<coleman@civicrm.org>
Thu, 7 Aug 2014 16:05:47 +0000
(17:05 +0100)
css/civicrm.css
patch
|
blob
|
blame
|
history
diff --git
a/css/civicrm.css
b/css/civicrm.css
index 3691147ed381fd2ca8fd83976265d17abffed4a4..050732ab45974e72c73778e76b22b9baeb93a355 100644
(file)
--- a/
css/civicrm.css
+++ b/
css/civicrm.css
@@
-3731,6
+3731,10
@@
div.m ul#civicrm-menu,
.crm-container .crm-action-menu.action-icon-clipboard .select2-default span.select2-chosen:before {
background-position: -160px -128px;
}
+/* Restore this property otherwise our css overrides it */
+.select2-search input {
+ box-sizing: border-box;
+}
/* Special styling for specific form buttons */
#crm-container span.crm-button_qf_Main_upload input,