File: color-picker-rtl.css

package info (click to toggle)
wordpress 3.6.1%2Bdfsg-1~deb7u10
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 62,608 kB
  • sloc: php: 120,354; cs: 6,126; sh: 493; xml: 59; makefile: 25
file content (27 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.wp-color-result {
	margin: 0 0 6px 6px;
	padding-left: 0;
	padding-right: 30px;
}

.wp-color-result:after {
	border-radius: 0 0 1px 1px;
	border-left: 0;
	border-right: 1px solid #bbb;
	left: auto;
	right: 0;
}

.wp-color-result:hover {
	border-color: #aaa;
}

.wp-color-result:hover:after {
	border-left: 0;
	border-right: 1px solid #999;
}

.wp-picker-container .button {
	margin-left: 0;
	margin-right: 6px;
}