1 /* Copyright 2011 Google Inc. All Rights Reserved. */
4 * @fileoverview The styles for elements of the options page
5 * @author arunjit@google.com (Arunjit Singh)
10 background-color: #eef;
12 direction: __MSG_@@bidi_dir__; /* Predefined message from Chrome Extension */
13 font: 13px/18px "Arial";
23 font: 20px/24px "Arial" normal;
29 vertical-align: middle;
32 background-color: #ebebeb;
40 background-color: #fff;
41 border: 4px solid rgba(0, 0, 0, 0.2);
57 background-color: white;
71 .opt-value .opt-option {
76 .opt-value .opt-option .opt-chk {
79 .opt-value .opt-option .opt-label {
86 margin: 10px auto 5px;
91 background-color: #f9edbe;
92 border: 1px solid #f0c36d;
98 -webkit-transition: opacity 130ms ease-in-out;
100 #optionsSaved.show b {
102 -webkit-transition: opacity 50ms ease-in-out;
104 input[type="checkbox"],
105 input[type="radio"] {
106 -webkit-appearance: none;
107 background-color: white;
108 border: 1px solid #dcdcdc;
113 input[type="radio"] {
118 input[type="checkbox"]:hover,
119 input[type="radio"]:hover {
120 border-color: #c6c6c6;
121 -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1)
123 input[type="checkbox"]:active,
124 input[type="radio"]:active {
125 background-color: #ebebeb;
126 border-color: #c6c6c6;
128 input[type="radio"]:checked::after {
137 input[type="checkbox"]:checked::after {
138 content: url('../images/check.png');
144 input[type="checkbox"]:focus,
145 input[type="radio"]:focus {
147 border-color: #4d90fe;