Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Павел Резуненко
/
MTAweb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
1
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 847509aa
authored
Mar 27, 2013
by
Павел Резуненко
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Сопутствующие файлы разработки
1 parent
7d59ca13
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
0 deletions
public/css/default-theme.css
public/sass/default-theme.scss
public/scripts/app-debug.js
public/scripts/app.js
public/css/default-theme.css
View file @
847509a
...
...
@@ -12867,3 +12867,8 @@ svg, vml {
.x-ibtn-add
{
background
:
url('../images/ui/icons/item-add.png')
no-repeat
transparent
;
}
/* line 299, ../sass/default-theme.scss */
.x-ibtn-loading
{
background
:
url('../images/grid/loading.gif')
no-repeat
transparent
;
}
public/sass/default-theme.scss
View file @
847509a
...
...
@@ -340,3 +340,4 @@ $button-toolbar-background-gradient-color-stops-disabled: null;
@include
grid-action-btn
(
'edit'
,
'ui/icons/item-edit.png'
);
@include
grid-action-btn
(
'delete'
,
'ui/icons/item-delete.png'
);
@include
grid-action-btn
(
'add'
,
'ui/icons/item-add.png'
);
@include
grid-action-btn
(
'loading'
,
'grid/loading.gif'
);
public/scripts/app-debug.js
View file @
847509a
This diff is collapsed.
Click to expand it.
public/scripts/app.js
View file @
847509a
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
Attach a file
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 post a comment