71513: Card tokenization [v3 test tweak]
[freeside.git] / httemplate / elements / freeside-menu.css
index 165f7f4..a72a28b 100644 (file)
@@ -1,11 +1,11 @@
 input.fsblackbutton {
         background-color:#aaaaaa;
         color: #333333;
-        border:1px solid #cccccc;
+        border:1px solid #888888;
 
-        -moz-border-radius: 8px;
-        -webkit-border-radius: 8px;
-        border-radius: 8px;
+        -moz-border-radius: 4px;
+        -webkit-border-radius: 4px;
+        border-radius: 4px;
 
          font-family: Arial, Verdana, Helvetica, sans-serif;
         font-weight:bold;
@@ -28,9 +28,9 @@ input.fsblackbuttonselected {
         color: #7e0079;
         border:1px solid #7e0079;
 
-        -moz-border-radius: 8px;
-        -webkit-border-radius: 8px;
-        border-radius: 8px;
+        -moz-border-radius: 4px;
+        -webkit-border-radius: 4px;
+        border-radius: 4px;
 
          font-family: Arial, Verdana, Helvetica, sans-serif;
         font-weight:bold;
@@ -46,6 +46,9 @@ input.fsblackbuttonselected {
 input.fstext {
          border: 1px solid #666666;
          padding: 1px;
+        -moz-border-radius: 2px;
+        -webkit-border-radius: 2px;
+        border-radius: 2px;
 
          vertical-align:bottom;
          text-align:right;
@@ -143,3 +146,13 @@ a:visited:hover.fsdarkbutton {
          overflow:visible;
 }
 
+
+/* elements/notify-tickets.html is in the menu area */
+.dot {
+  border-radius: 50%;
+  border: 1px solid black;
+  width: 1ex;
+  height: 1ex;
+  display: inline-block;
+  margin-top: 0.3ex;
+}