|
|
@@ -73,25 +73,29 @@ div#captcha > div { |
|
|
|
|
|
|
|
border-radius: 3px; |
|
|
|
padding: 0.5em 1em; |
|
|
|
border: 2px solid #1c619a; |
|
|
|
border: 0; |
|
|
|
|
|
|
|
color: #fff; |
|
|
|
background: #1c619a; |
|
|
|
} |
|
|
|
.button.thin { |
|
|
|
border-width: 1px; |
|
|
|
color: #005188; |
|
|
|
background: transparent; |
|
|
|
border: 1px solid #1c619a; |
|
|
|
padding: 0.15em 0.50em; |
|
|
|
border-radius: 7px; |
|
|
|
border-radius: 9px; |
|
|
|
font-size: 0.85em; |
|
|
|
} |
|
|
|
|
|
|
|
.button, .button.inverted:hover { |
|
|
|
color: #1c619a; |
|
|
|
color: #005188; |
|
|
|
background: transparent; |
|
|
|
.button:hover { |
|
|
|
color: #fff; |
|
|
|
background: #005188; |
|
|
|
} |
|
|
|
.button:hover, .button.inverted { |
|
|
|
.button.thin:hover { |
|
|
|
color: #fff; |
|
|
|
background: #1c619a; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/***************************************************/ |
|
|
|
/********************* Header */ |
|
|
|
|
|
|
@@ -521,6 +525,10 @@ a.pure-button-primary, a.pure-button-selected { |
|
|
|
.button-danger { |
|
|
|
background-color: #A7332F; |
|
|
|
} |
|
|
|
.button-danger:hover { |
|
|
|
background-color: #972925; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
form p.inputinfo { |
|
|
|
font-size: 0.8em; |
|
|
@@ -1292,19 +1300,21 @@ div.ticket-message-private { |
|
|
|
fill: #1c619a; |
|
|
|
} |
|
|
|
|
|
|
|
.button { |
|
|
|
border: 2px solid #35b8ff; |
|
|
|
.button.thin { |
|
|
|
border: 1px solid #35b8ff; |
|
|
|
color: #35b8ff; |
|
|
|
} |
|
|
|
.button:hover { |
|
|
|
.button.thin:hover { |
|
|
|
background: #35b8ff; |
|
|
|
color: #000; |
|
|
|
} |
|
|
|
.button.inverted { |
|
|
|
border: 2px solid #1c619a; |
|
|
|
|
|
|
|
a.button { |
|
|
|
color: #fff; |
|
|
|
} |
|
|
|
.button.inverted { |
|
|
|
} |
|
|
|
.button, .button.inverted:hover { |
|
|
|
color: #35b8ff; |
|
|
|
} |
|
|
|
|
|
|
|
.pure-form input[type="text"], .pure-form input[type="password"], .pure-form input[type="email"], .pure-form input[type="url"], .pure-form input[type="date"], .pure-form input[type="month"], .pure-form input[type="time"], .pure-form input[type="datetime"], .pure-form input[type="datetime-local"], .pure-form input[type="week"], .pure-form input[type="number"], .pure-form input[type="search"], .pure-form input[type="tel"], .pure-form input[type="color"], .pure-form select, .pure-form textarea, |
|
|
|