Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
alertify-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Custom Issue Tracker
Custom Issue Tracker
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
angularjs
alertify-js
Commits
93235dcd
Commit
93235dcd
authored
Dec 26, 2025
by
bingchuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update bootstrap.css
parent
34115f0a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
bootstrap.css
build/css/themes/bootstrap.css
+6
-5
No files found.
build/css/themes/bootstrap.css
View file @
93235dcd
/**
/**
* alertifyjs 1.
8
.0 http://alertifyjs.com
* alertifyjs 1.
14
.0 http://alertifyjs.com
* AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
* AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
* Copyright 20
16
Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
* Copyright 20
24
Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
* Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
* Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
.alertify
.ajs-dimmer
{
.alertify
.ajs-dimmer
{
background-color
:
#000
;
background-color
:
#000
;
opacity
:
.5
;
opacity
:
0
.5
;
}
}
.alertify
.ajs-dialog
{
.alertify
.ajs-dialog
{
max-width
:
600px
;
max-width
:
600px
;
min-height
:
122px
;
min-height
:
122px
;
background-color
:
#fff
;
background-color
:
#fff
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.2
);
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.2
);
box-shadow
:
0
5px
15px
rgba
(
0
,
0
,
0
,
0.5
);
-webkit-box-shadow
:
0
5px
15px
rgba
(
0
,
0
,
0
,
0.5
);
box-shadow
:
0
5px
15px
rgba
(
0
,
0
,
0
,
0.5
);
border-radius
:
6px
;
border-radius
:
6px
;
}
}
.alertify
.ajs-header
{
.alertify
.ajs-header
{
...
@@ -57,4 +58,4 @@
...
@@ -57,4 +58,4 @@
.alertify-notifier
.ajs-message.ajs-warning
{
.alertify-notifier
.ajs-message.ajs-warning
{
background
:
rgba
(
252
,
248
,
215
,
0.95
);
background
:
rgba
(
252
,
248
,
215
,
0.95
);
border-color
:
#999
;
border-color
:
#999
;
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment