2 if (!defined(
'ISLOADEDBYSTEELSHEET')) die(
'Must be call by steelsheet'); ?>
6 --btncolortext:rgb(<?php
print $colortextlink; ?>);
8 --btncolorborderhover: none;
9 --btncolorborder: #FFF;
11 --butactionbg:rgb(118, 145, 225);
12 --butactionbg:rgba(150, 110, 162, 0.95);
13 --butactiondeletebg: rgb(234,228,225);
20 if (!empty($conf->global->THEME_DARKMODEENABLED)) {
21 print "/* For dark mode */\n";
22 if ($conf->global->THEME_DARKMODEENABLED != 2) {
23 print "@media (prefers-color-scheme: dark) {";
29 --btncolorbg: rgb(26,27,27);
30 --btncolorborderhover: #ffffff;
31 --btncolorborder: #2b2c2e;
32 --butactionbg: rgb(173,140,79);
33 --butactiondeletebg: rgb(252,84,91);
36 if ($conf->global->THEME_DARKMODEENABLED != 2) {
50 div.tabsAction > a.butAction, div.tabsAction > a.butActionRefused, div.tabsAction > a.butActionDelete,
51 div.tabsAction > span.butAction, div.tabsAction > span.butActionRefused, div.tabsAction > span.butActionDelete {
52 margin-bottom: 1.4em !important;
54 div.tabsActionNoBottom > a.butAction, div.tabsActionNoBottom > a.butActionRefused {
55 margin-bottom: 0 !important;
58 span.butAction, span.butActionDelete {
63 background: var(--butactionbg);
64 color: #FFF !important;
68 .butActionRefused, .butAction, .butAction:link, .butAction:visited, .butAction:hover, .butAction:active, .butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active {
69 text-decoration: none;
70 text-transform: uppercase;
73 margin: 0em <?php echo ($dol_optimize_smallscreen ?
'0.6' :
'0.9'); ?>em;
74 padding: 0.6em <?php echo ($dol_optimize_smallscreen ?
'0.6' :
'0.7'); ?>em;
75 display:
inline-block;
89 .butActionNew, .butActionNewRefused, .butActionNew:link, .butActionNew:visited, .butActionNew:hover, .butActionNew:active {
90 text-decoration: none;
91 text-transform: uppercase;
94 margin: 0em 0.3em 0 0.3em !important;
95 padding: 0.2em <?php echo ($dol_optimize_smallscreen ?
'0.4' :
'0.7'); ?>em 0.3em;
96 font-family: <?php
print $fontlist ?>;
97 display:
inline-block;
102 .tableforfieldcreate a.butActionNew>span.fa-plus-circle, .tableforfieldcreate a.butActionNew>span.fa-plus-circle:hover,
103 .tableforfieldedit a.butActionNew>span.fa-plus-circle, .tableforfieldedit a.butActionNew>span.fa-plus-circle:hover,
104 span.butActionNew>span.fa-plus-circle, span.butActionNew>span.fa-plus-circle:hover,
105 a.butActionNewRefused>span.fa-plus-circle, a.butActionNewRefused>span.fa-plus-circle:hover,
106 span.butActionNewRefused>span.fa-plus-circle, span.butActionNewRefused>span.fa-plus-circle:hover,
107 a.butActionNew>span.fa-list-alt, a.butActionNew>span.fa-list-alt:hover,
108 span.butActionNew>span.fa-list-alt, span.butActionNew>span.fa-list-alt:hover,
109 a.butActionNewRefused>span.fa-list-alt, a.butActionNewRefused>span.fa-list-alt:hover,
110 span.butActionNewRefused>span.fa-list-alt, span.butActionNewRefused>span.fa-list-alt:hover
116 a.butActionNew>span.fa, a.butActionNew>span.fa:hover,
117 span.butActionNew>span.fa, span.butActionNew>span.fa:hover,
118 a.butActionNewRefused>span.fa, a.butActionNewRefused>span.fa:hover,
119 span.butActionNewRefused>span.fa, span.butActionNewRefused>span.fa:hover
121 padding-<?php echo $left; ?>: 6px;
124 box-shadow: none; webkit-box-shadow: none;
128 -webkit-box-shadow: 0px 0px 6px 1px rgba(50, 50, 50, 0.4), 0px 0px 0px rgba(60,60,60,0.1);
129 box-shadow: 0px 0px 6px 1px rgba(50, 50, 50, 0.4), 0px 0px 0px rgba(60,60,60,0.1);
131 .butActionNew:hover {
132 text-decoration: underline;
133 box-shadow: unset !important;
136 .butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active, .buttonDelete {
137 background: var(--butactiondeletebg);
142 .butActionDelete:hover {
143 -webkit-box-shadow: 0px 0px 6px 1px rgba(50, 50, 50, 0.4), 0px 0px 0px rgba(60,60,60,0.1);
144 box-shadow: 0px 0px 6px 1px rgba(50, 50, 50, 0.4), 0px 0px 0px rgba(60,60,60,0.1);
148 text-decoration: none !important;
149 text-transform: uppercase;
150 font-weight: bold !important;
152 white-space: nowrap !important;
153 cursor: not-allowed !important;
154 margin: 0em <?php echo ($dol_optimize_smallscreen ?
'0.6' :
'0.9'); ?>em;
155 padding: 0.6em <?php echo ($dol_optimize_smallscreen ?
'0.6' :
'0.7'); ?>em;
156 font-family: <?php
print $fontlist ?> !important;
157 display:
inline-block;
160 color: #999 !important;
161 border: 1px solid #ccc;
162 box-sizing: border-box;
163 -moz-box-sizing: border-box;
164 -webkit-box-sizing: border-box;
166 .butActionNewRefused, .butActionNewRefused:link, .butActionNewRefused:visited, .butActionNewRefused:hover, .butActionNewRefused:active {
167 text-decoration: none !important;
168 text-transform: uppercase;
169 font-weight: normal !important;
171 white-space: nowrap !important;
172 cursor: not-allowed !important;
173 margin: 0em <?php echo ($dol_optimize_smallscreen ?
'0.7' :
'0.9'); ?>em;
174 padding: 0.2em <?php echo ($dol_optimize_smallscreen ?
'0.4' :
'0.7'); ?>em;
175 font-family: <?php
print $fontlist ?> !important;
176 display:
inline-block;
179 color: #999 !important;
181 box-shadow: none !important;
182 -webkit-box-shadow: none !important;
185 .butActionTransparent {
186 color: #222 ! important;
187 background-color: transparent ! important;
195 .btnTitle, a.btnTitle {
196 display:
inline-block;
197 padding: 4px 4px 4px 4px;
202 vertical-align: middle;
203 -ms-touch-action: manipulation;
204 touch-action: manipulation;
206 -webkit-
user-select: none;
207 -moz-
user-select: none;
208 -ms-
user-select: none;
210 box-shadow: var(--btncolorbg);
211 text-decoration: none;
216 color: var(--btncolortext);
220 background-color: var(--btncolorbg);
221 border: 1px solid var(--btncolorborder);
224 a.btnTitle.btnTitleSelected {
225 border: 1px solid #ccc;
229 .btnTitle > .btnTitle-icon{
233 .btnTitle > .btnTitle-label{
237 .btnTitle:hover, a.btnTitle:hover {
238 border: 1px solid #bbb;
245 text-decoration: none;
249 .btnTitle.refused, a.btnTitle.refused, .btnTitle.refused:hover, a.btnTitle.refused:hover {
252 background-color: #fbfbfb;
253 background: repeating-linear-gradient( 45deg, #ffffff, #f1f1f1 4px, #f1f1f1 4px, #f1f1f1 4px );
256 .btnTitle:hover .btnTitle-label{
257 color: var(--btncolorborderhover);
260 .btnTitle.refused .btnTitle-label, .btnTitle.refused:hover .btnTitle-label{
269 div.pagination li:first-child a.btnTitle{
279 @media only screen and (max-width: <?php echo empty($conf->global->THEME_ELDY_WITDHOFFSET_FOR_REDUC2) ? round($nbtopmenuentries * 69, 0) + 130 : $conf->global->THEME_ELDY_WITDHOFFSET_FOR_REDUC2; ?>px)
281 .butAction, .butActionRefused, .butActionDelete {
284 .btnTitle, a.btnTitle {
285 display:
inline-block;
286 padding: 4px 4px 4px 4px;
291 <?php
if (!empty($conf->global->MAIN_BUTTON_HIDE_UNAUTHORIZED) && (!$user->admin)) { ?>
292 .butActionRefused, .butActionNewRefused, .btnTitle.refused {
293 display: none !important;
304 border: 1px solid #ddd;
308 text-decoration: none !important;
312 background-color: #ddd;
313 border: 1px solid #ddd;
print
Draft customers invoices.