projects
/
WP-Themes
/
murdicksmackinacfudge-pwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d610088
)
Adjust styles on checkout select dropdowns
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 26 Apr 2018 17:47:58 +0000
(13:47 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 26 Apr 2018 17:47:58 +0000
(13:47 -0400)
woocommerce.css
patch
|
blob
|
history
diff --git
a/woocommerce.css
b/woocommerce.css
index
089b6a5
..
35034c3
100644
(file)
--- a/
woocommerce.css
+++ b/
woocommerce.css
@@
-40,12
+40,17
@@
td.label label{color:#000 !important;}
.select2.select2-container {
\r
border: 1px solid lightgrey;
\r
border-radius: 2px;
\r
- padding: 0
5px
;
\r
+ padding: 0;
\r
cursor: pointer;
\r
}
\r
.select2.select2-container:hover {
\r
box-shadow: inset 2px 2px 3px lightgrey
\r
}
\r
+.select2-selection.select2-selection--single {
\r
+ width: 100%;
\r
+ display: block;
\r
+ padding: 0 10px;
\r
+}
\r
.woocommerce form .form-row {
\r
max-width: 400px;
\r
}
\r