[Pkg-owncloud-commits] [owncloud] 109/258: fit select2 to ownCloud input style
David Prévot
taffit at moszumanska.debian.org
Sat Oct 11 17:22:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 13cee302f7faee5b5576b192d0fcbab609a8635e
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date: Wed Sep 10 18:09:22 2014 +0200
fit select2 to ownCloud input style
---
core/css/styles.css | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/core/css/styles.css b/core/css/styles.css
index 7a1235f..87271c9 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -140,6 +140,18 @@ input[type="time"] {
-moz-box-sizing: border-box; box-sizing: border-box;
}
+.select2-choices {
+ border: 1px solid #ddd;
+ border-radius: 3px;
+ color: #333;
+ background-image: none;
+}
+.select2-dropdown-open .select2-choices {
+ border-bottom-left-radius: 0;
+ border-bottom-right-radius: 0;
+ border: 1px solid #3875d7;
+}
+
/* correctly align images inside of buttons */
input img, button img, .button img {
vertical-align: text-bottom;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list